r788: - No longer highlight the <title> or <input> of bug reports. Closes bug://probl...
[bugdar.git] / docs / template_changes.txt
1 TEMPLATE CHANGES
2 ==========================
3
4 ###################################################################
5 showreport.tpl (fixes highlighting of <title> tag http://bugs.iris-studios.com/showreport.php?bugid=21):
6 -------------------------------------------------------------------
7 Index: templates/showreport.tpl
8 ===================================================================
9 --- templates/showreport.tpl (revision 769)
10 +++ templates/showreport.tpl (working copy)
11 @@ -5,7 +5,7 @@
12 <link rel="stylesheet" href="templates/report.css" media="screen" />
13 <link rel="stylesheet" href="templates/fields.css" media="screen" />
14 <link rel="stylesheet" href="templates/box.css" media="screen" />
15 - <title><lang 1="$bug[bugid]">{@"Bug Report %1$s"}</lang> - $bug[summary]</title>
16 + <title><lang 1="$bug[bugid]">{@"Bug Report %1$s"}</lang> - $bug[summary_title]</title>
17 </head>
18
19 <body>
20 ###################################################################