Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2
-
Fix Version/s: 3.3-milestone-2, 3.2.1
-
Component/s: Display, Web - Templates & Resources
-
Labels:None
-
keywords:regression
-
Tests:Unit
-
Difficulty:Trivial
-
Similar issues:
Description
If you set the page title to:
Foo<em>Bar
the result is
Foo<em>Bar
So the '<' and '>' are (over) escaped in the page title although the page title doesn't support HTML syntax (it should be parsed as plain text).