aboutsummaryrefslogtreecommitdiffstats
path: root/browser/templates/frag_error.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'browser/templates/frag_error.html.j2')
-rw-r--r--browser/templates/frag_error.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/browser/templates/frag_error.html.j2 b/browser/templates/frag_error.html.j2
index f014f0a..092642f 100644
--- a/browser/templates/frag_error.html.j2
+++ b/browser/templates/frag_error.html.j2
@@ -1,10 +1,10 @@
{% if container %}
-<{{ container }}>
+<div id="{{ container }}">
{% endif %}
<h2>Error</h2>
{{ error }}
{% if container %}
-</{{ container }}>
+</div>
{% endif %}