diff options
Diffstat (limited to 'browser/templates/frag_error.html.j2')
| -rw-r--r-- | browser/templates/frag_error.html.j2 | 4 |
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 %} |
