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

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

index 8680573fb9d37a1f52258b9e886a896adf39516e..496c60bb63e7ebce8b446f8f79a489a1e5731c68 100644 (file)
 'list/table.html.tmpl' => [
   'tableheader',
   'bug.bug_id', 
-  'abbrev.$id.title || field_descs.$id || column.title',
 ],
 
 'list/list.csv.tmpl' => [
index 2b266d4ce9625d78909c869849b59d00d4585904..a074fcbd0926122e736107a114d77f931cc3129e 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>