Closed Bug 366004 Opened 18 years ago Closed 1 month ago

over-escaping of HTML in error messages

Categories

(Webtools Graveyard :: Doctor, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: ian, Unassigned)

Details

Doctor sometimes outputs error messages of the form:

   <p>You edited version &lt;em&gt;1.126&lt;/em&gt; of the file

The <em> is over-escaped.
That's because all error messages are HTML filtered in code-error.tmpl:

[% message FILTER html %]

We need the same approach as in Bugzilla, i.e. the content of error messages must be in the template itself instead of being passed to it as Doctor does now. Should be pretty easy to do.
Reassigning all my Doctor bugs to nobody@mozilla.org to reflect that I'm not working on them.  Bugmail filter flag: scooby doo.
Assignee: myk → nobody
Product: Webtools → Webtools Graveyard
Status: NEW → RESOLVED
Closed: 1 month ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.