On Wed, Nov 16, 2011 at 12:01 PM, Marius Dumitru Florea
wrote:
> Hi Jeremie,
>
> It seems this is a regression I introduced in 3.2 when I refactored
> the XWikiDocument class to use the new display module. The problem is
> that the title is parsed as HTML which shouldn't be the case because
> the
Hi Jeremie,
It seems this is a regression I introduced in 3.2 when I refactored
the XWikiDocument class to use the new display module. The problem is
that the title is parsed as HTML which shouldn't be the case because
the title is plain text + Velocity script.
The title was parsed as HTML before
Hi,
- There seem to be some bad displays when a page title contains '<' or '>'.
Display is correct in browser title bar, it is also correct in main content
area, in hierarchy, but not in page title. For a page with title "TestTest >
test", generated html looks like this :
TestTest > test
Test