aboutsummaryrefslogtreecommitdiffstats
path: root/src/rest/templates/emitter.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/rest/templates/emitter.html')
-rw-r--r--src/rest/templates/emitter.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rest/templates/emitter.html b/src/rest/templates/emitter.html
index 8be41b7c..ddc91fbf 100644
--- a/src/rest/templates/emitter.html
+++ b/src/rest/templates/emitter.html
@@ -11,10 +11,10 @@
<body>
<h1>{{ resource_name }}</h1>
<p>{{ resource_doc }}</p>
- <pre>{% autoescape off %}<b>{{ status }} {{ reason }}</b>
+ <pre><b>{{ status }} {{ reason }}</b>{% autoescape off %}
{% for key, val in headers.items %}<b>{{ key }}:</b> {{ val|urlize_quoted_links }}
{% endfor %}
-{{ content|urlize_quoted_links }}{% endautoescape %} </pre>
+{{ content|urlize_quoted_links }} </pre>{% endautoescape %}
{% if 'read' in resource.allowed_operations %}
<div class='action'>