muxa wrote:
So, will this problem feature be solved?
I solved this problem by myself.
I changed
(level.equals("1") || level.equals("1.1"))
into (level.equals("1") || level.equals("1.1")||
level.equals("1.1.1"))
in both the classes com.xpn.xwiki.render.filter.XWikiHeadingFilter and
com.xpn.xwiki.doc.XWikiDocument
Regards
Raffo
--
View this message in context:
http://www.nabble.com/Edit-sections-tp14756105p15160493.html
Sent from the XWiki- Users mailing list archive at
Nabble.com.