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
947bd2d3
Commit
947bd2d3
authored
Apr 29, 2002
by
gerv%gerv.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 140553 - remaining instances of uri filter. Patch by gerv; 2xr=bbaetz.
parent
33a7321c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
edit.html.tmpl
template/en/default/bug/edit.html.tmpl
+2
-2
No files found.
template/en/default/bug/edit.html.tmpl
View file @
947bd2d3
...
...
@@ -173,7 +173,7 @@
[% IF Param("usetargetmilestone") && bug.target_milestone %]
<td align="right">
<b>
<a href="[% bug.milestoneurl FILTER
uri
%]">Target Milestone</a>:
<a href="[% bug.milestoneurl FILTER
html
%]">Target Milestone</a>:
</b>
</td>
[% PROCESS select selname = "target_milestone" %]
...
...
@@ -200,7 +200,7 @@
<td align="right">
<b>
[% IF bug.bug_file_loc %]
<a href="[% bug.bug_file_loc FILTER
uri
%]">URL:</a>
<a href="[% bug.bug_file_loc FILTER
html
%]">URL:</a>
[% ELSE %]
URL:
[% 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