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

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

index cc4d09d3e5a6071e49d08e45b9039ea9eb703d03..2ed929493b5d6146985876789ff0c109108d16b1 100644 (file)
 'list/table.html.tmpl' => [
   'tableheader',
   'bug.bug_id', 
-  'abbrev.$id.title || field_descs.$id || column.title',
 ],
 
 'list/list.csv.tmpl' => [
index b3fa7a47c003f196e3dcd02f5fd81a7d279e8a90..0bfc912efa7904500b7b85c87460e6949d91b6bb 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>