diff --git a/swh/web/ui/templates/display_content.html b/swh/web/ui/templates/display_content.html index d54b3fed..93bccf4e 100644 --- a/swh/web/ui/templates/display_content.html +++ b/swh/web/ui/templates/display_content.html @@ -1,9 +1,8 @@ {% extends "layout.html" %} {% block title %}Display Content{% endblock %} {% block content %}
{{ message }}
- -{% if content_raw is not none %} -
{{ content['data'] | safe }}
-{% endif %}
+  {% if content_raw is not none %}
+  
{{ content['data'] }}
+ {% endif %} {% endblock %}