]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 87405: Change columns on stored query loses title - Patch by Frédéric Buclin...
authorlpsolit%gmail.com <>
Sat, 19 Nov 2005 09:20:04 +0000 (09:20 +0000)
committerlpsolit%gmail.com <>
Sat, 19 Nov 2005 09:20:04 +0000 (09:20 +0000)
template/en/default/list/list.html.tmpl

index 5c2e0312a098adaa6062074096f96f760681b192..01f7678fde7ad1050fbc88b2ccc3bd17b662b29d 100644 (file)
@@ -32,8 +32,8 @@
 [% PROCESS global/variables.none.tmpl %]
 
 [% title = "$terms.Bug List" %]
-[% IF searchname %]
-  [% title = title _ ": " _ searchname %]
+[% IF searchname || defaultsavename %]
+  [% title = title _ ": " _ (searchname OR defaultsavename) FILTER html %]
 [% END %]
 
 [% style_urls = [ "skins/standard/buglist.css" ] %]