]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 785917: Custom field descriptions are not properly escaped when displayed as...
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 27 Aug 2012 18:12:30 +0000 (20:12 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 27 Aug 2012 18:12:30 +0000 (20:12 +0200)
r=glob a=LpSolit

template/en/default/filterexceptions.pl
template/en/default/list/table.html.tmpl

index 3cd97073996cca7d415dd4e9bbf8c043e2276dfd..505ddae2381cbd6f89c2a7ffa70a3546aef9c194 100644 (file)
 'list/table.html.tmpl' => [
   'tableheader',
   'bug.bug_id', 
-  'abbrev.$id.title || field_descs.$id || column.title',
 ],
 
 'list/list.csv.tmpl' => [
index 2e73d14cde33da2c140e31dd980f12e8a46f0bd6..96f4ea342c32db2adfb612bcaa2bf8af0ac539c8 100644 (file)
       [% PROCESS new_order %]
       [%-#%]&amp;query_based_on=
       [% defaultsavename OR searchname FILTER uri %]">
-        [%- abbrev.$id.title || field_descs.$id || column.title -%]
+        [%- abbrev.$id.title || field_descs.$id || column.title FILTER html -%]
         [% PROCESS order_arrow ~%]
     </a>
   </th>