aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-05-23 16:28:37 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-05-23 16:28:37 +0100
commit31f1e1088de48d40175e36a67ea89234084b6c18 (patch)
tree99f5f696286d21f932ea631d86523024b101203f /templates
parent507daabec76ceb56f783b9c07eec2c786349702d (diff)
parent6150cdcb32474102370a4be4d730ca55c1a74e7e (diff)
Merge branch 'quote-the-template-nevermore'
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/report/_inspect.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/base/report/_inspect.html b/templates/web/base/report/_inspect.html
index a81510f22..222780dcb 100644
--- a/templates/web/base/report/_inspect.html
+++ b/templates/web/base/report/_inspect.html
@@ -72,9 +72,9 @@
cat_prefix = "category_" _ cat_prefix _ "_" %]
<p data-category="[% cat_name | html %]"
[%~ IF cat_name != problem.category %] class="hidden"[% END %]
- data-priorities='[% priorities_by_category.$cat_name %]'
- data-defect-types='[% category_defect_types.$cat_name %]'
- data-templates='[% templates_by_category.$cat_name %]'>
+ data-priorities='[% priorities_by_category.$cat_name | html %]'
+ data-defect-types='[% category_defect_types.$cat_name | html %]'
+ data-templates='[% templates_by_category.$cat_name | html %]'>
[% IF cat_name == problem.category %]
[% INCLUDE 'report/new/category_extras_fields.html' metas=category_extras.$cat_name hide_notices=1 show_hidden=1 %]
[% ELSE %]