Closed
Bug 151312
Opened 24 years ago
Closed 24 years ago
Preset queries need to close <a href> tag sooner (spacing issue between separators)
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 150798
People
(Reporter: stephend, Assigned: myk)
References
Details
Attachments
(1 file)
|
4.89 KB,
image/gif
|
Details |
Preset queries need to close <a href> tag sooner (spacing issue between separators)
See the attached screenshot, but basically:
In my Preset Queries section, the links look like this:
Assigned Bugs_| Filed Bugs_|
when it should appear as:
Assigned Bugs | Filed Bugs |
The extra underscore is probably from an open <a href> tag.
<a href="http://www.foo.com">Assigned Bugs<space></a>|
which should be:
<a href="http://www.foo.com">Assigned Bugs</a><space>|
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
I'm not seeing this on my local install, but I am seeing it on b.m.o. How odd.
Myk: can you make sure there isn't a carriage return in the template
(globals/useful-links.html.tmpl)?
Gerv
| Reporter | ||
Updated•24 years ago
|
Version: unspecified → 2.17
Comment 3•24 years ago
|
||
gerv's not seeing it cause its fixed in cvs
*** This bug has been marked as a duplicate of 150798 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 4•24 years ago
|
||
verified dup; thanks for fixing this bradley.
Status: RESOLVED → VERIFIED
| Assignee | ||
Comment 5•24 years ago
|
||
On b.m.o as in the trunk the URLs look like this:
<a href="buglist.cgi?cmdtype=runnamed&namedcmd=[% q.name FILTER
url_quote %]">[% q.name FILTER html FILTER no_break %]
</a>
Gerv- Maybe you are running with POST_CHOMP?
| Assignee | ||
Comment 6•24 years ago
|
||
D'oh. Should've read all comments.
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•