Closed
Bug 1123149
Opened 11 years ago
Closed 8 years ago
Remove spurious whitespace from global/user.html.tmpl
Categories
(Bugzilla :: User Interface, defect)
Bugzilla
User Interface
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: emorley, Unassigned)
Details
Noticed as part of bug 1105568.
eg:
[% INCLUDE global/user.html.tmpl user = to_user, who = user %]
translates to:
<span class="vcard"><a class="email" href="mailto:admin@example.com" title="Admin <admin@example.com>"> <span class="fn">Admin</span></a>
</span>
(the newlines add a space when displayed), which results in:
"Admin has canceled Admin 's request for Another User 's review:"
| Reporter | ||
Comment 1•11 years ago
|
||
I can no longer get the docker instance to work locally, so I can't test this.
Assignee: emorley → general
Updated•11 years ago
|
Assignee: general → ui
Severity: normal → trivial
Component: Bugzilla-General → User Interface
| Reporter | ||
Comment 2•11 years ago
|
||
This template is also used for emails, so is Bugzilla-General more appropriate?
Comment 3•11 years ago
|
||
(In reply to Ed Morley [:edmorley] from comment #1)
> I can no longer get the docker instance to work locally, so I can't test
> this.
Contact me in IRC to figure this out.
dkl
| Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•