]> 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:18:58 +0000 (20:18 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 27 Aug 2012 18:18:58 +0000 (20:18 +0200)
r=glob a=LpSolit

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

index 09974812252a3446fba767569ab0e3b081dbdb1c..b74ad062113f5dc477b61b13257276c4a1cfef3c 100644 (file)
 'list/table.html.tmpl' => [
   'tableheader',
   'bug.bug_id', 
-  'abbrev.$id.title || field_descs.$id || column.title',
 ],
 
 'list/list.csv.tmpl' => [
index 88fae24caae6f4cc71af04f71f2bb01d374f46ca..bbfa96b85b6eac053539ae860da5387992d53dbd 100644 (file)
       [% PROCESS new_order %]
       [%-#%]&amp;query_based_on=
       [% defaultsavename OR searchname FILTER url_quote %]">
-        [%- abbrev.$id.title || field_descs.$id || column.title -%]
+        [%- abbrev.$id.title || field_descs.$id || column.title FILTER html -%]
         [% PROCESS order_arrow ~%]
     </a>
   </th>