Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
8d762094
Commit
8d762094
authored
Apr 01, 2002
by
justdave%syndicomm.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 133425: adding missing FILTERs in the template
Patch by Andreas Franke r = Gerv x2
parent
90158106
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
show_bug.html.tmpl
template/default/show/show_bug.html.tmpl
+3
-3
No files found.
template/default/show/show_bug.html.tmpl
View file @
8d762094
...
...
@@ -95,7 +95,7 @@
<td>
<select name="component">
[% FOREACH x = component_ %]
<option value="[% x %]"
<option value="[% x
FILTER html
%]"
[% " selected" IF x == bug.component %]>[% x FILTER html %]
</option>
[% END %]
...
...
@@ -116,7 +116,7 @@
[% IF bug.cc %]
<select name="cc" multiple size="5">
[% FOREACH c = bug.cc %]
<option value="[% c
%]">[% c
%]</option>
<option value="[% c
FILTER html %]">[% c FILTER html
%]</option>
[% END %]
</select>
<br>
...
...
@@ -383,7 +383,7 @@
[% IF bug.resolution %]
<input type="radio" name="knob" value="clearresolution">
Clear the resolution (remove the current resolution of
<b>[% bug.resolution %]</b>)<br>
<b>[% bug.resolution
FILTER html
%]</b>)<br>
[% knum = knum + 1 %]
[% END %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment