Closed Bug 320424 Opened 19 years ago Closed 19 years ago

Fix template filters to allow & to be interpreted

Categories

(Webtools Graveyard :: Litmus, defect)

defect
Not set
minor

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: coop, Assigned: zach)

References

()

Details

Not that HTML validation is a driving goal, but the HTML filtering in the template system for Litmus currently refuses to interpret & properly. 

This should be fixed, and should probably be fixed in such a way that all such entities (&*;) display correctly.
The Template is actually one-upping us here. It is translating unsafe/ambiguous chars into their entity equivalent so that, e.g. & in the database becomes & in our display.

The easy solution is to do a database search and replace for HTML entities to change them back to simple characters and simply let the Template system do its thing.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
QA Contact: ccooper → litmus
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.