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
113c051b
Commit
113c051b
authored
Aug 31, 2005
by
lpsolit%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 121112: long_list.cgi generates bad links - Patch by Frédéric Buclin…
Bug 121112: long_list.cgi generates bad links - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
parent
d4f69fa0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
comments.html.tmpl
template/en/default/bug/comments.html.tmpl
+4
-2
filterexceptions.pl
template/en/default/filterexceptions.pl
+1
-0
No files found.
template/en/default/bug/comments.html.tmpl
View file @
113c051b
...
...
@@ -77,7 +77,8 @@
<table>
<tr>
<td align="left">
<b><a name="c0" href="#c0">Description</a>:</b> <script
<b><a name="c0" href="show_bug.cgi?id=[% bug.bug_id %]#c0">
Description</a>:</b> <script
type="text/javascript"><!--
addReplyLink(0);
//--></script>
...
...
@@ -91,7 +92,8 @@
<br>
<span class="bz_comment">
------- <i>Comment
<a name="c[% count %]" href="#c[% count %]">#[% count %]</a> From
<a name="c[% count %]" href="show_bug.cgi?id=[% bug.bug_id %]#c[% count %]">
#[% count %]</a> From
<a href="mailto:[% comment.email FILTER html %]">
[% comment.name FILTER html %]</a>
[%+ comment.time FILTER time %]
...
...
template/en/default/filterexceptions.pl
View file @
113c051b
...
...
@@ -305,6 +305,7 @@
'bug/comments.html.tmpl'
=>
[
'comment.isprivate'
,
'comment.when'
,
'bug.bug_id'
,
],
'bug/dependency-graph.html.tmpl'
=>
[
...
...
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