On Thu, Nov 12, 2009 at 2:51 PM, Vincent Massol <[email protected]> wrote:
On Nov 12, 2009, at 2:49 PM, jvdrean (SVN) wrote:
Author: jvdrean Date: 2009-11-12 14:49:46 +0100 (Thu, 12 Nov 2009) New Revision: 25026
Modified: enterprise/trunk/wiki/src/main/resources/Main/RecentChanges.xml Log: XE-551 : Main.RecentChanges - page recent comment display error
Modified: enterprise/trunk/wiki/src/main/resources/Main/ RecentChanges.xml =================================================================== --- enterprise/trunk/wiki/src/main/resources/Main/RecentChanges.xml 2009-11-12 09:04:11 UTC (rev 25025) +++ enterprise/trunk/wiki/src/main/resources/Main/RecentChanges.xml 2009-11-12 13:49:46 UTC (rev 25026) @@ -568,7 +568,7 @@ #set($previousAuthor = "") ## Get this very doc, useful when it is included from another one. #set($recentChangesDoc = $xwiki.getDocument("Main.RecentChanges")) -{{html}} +{{html clean="false"}}
JV, why do you use clean=false?
If it means we have invalid HTML I think it should be fixed instead, wdyt?
The HTML is valid but split between 2 {{html}} blocks, I've used clean=false to prevent the cleaning from closing HTML elements. JV.