Author: sdumitriu
Date: 2007-12-15 22:26:48 +0100 (Sat, 15 Dec 2007)
New Revision: 6383

Modified:
   
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-core/src/main/resources/radeox_markup_xwiki.properties
Log:
XWIKI-1957: Target anchors end up under the menu
Fixed for headings.


Modified: 
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-core/src/main/resources/radeox_markup_xwiki.properties
===================================================================
--- 
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-core/src/main/resources/radeox_markup_xwiki.properties
    2007-12-15 21:25:42 UTC (rev 6382)
+++ 
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-core/src/main/resources/radeox_markup_xwiki.properties
    2007-12-15 21:26:48 UTC (rev 6383)
@@ -41,7 +41,7 @@
 
 # Add anchor and optional TOC numbering into headings
 filter.heading.match=(?-s)^[ \\t]*+(1(\\.1){0,5}+)[ \\t]++(.++)$
-filter.heading.print=<h{4} class=\"heading-{1}\"><span 
id="{0}">{2}{3}</span></h{4}>\n
+filter.heading.print=<h{4} class="heading-{1}" 
id="{0}"><span>{2}{3}</span></h{4}>\n
 
 
filter.list.match=(?:^[\\p{Blank}]*+([-#*]++|[-#*iIaA1ghHkKj]++\\.)[\\p{Blank}]++([^\r\n]++)(?:(?:[
 \t]*+[\r\n]++)*+))++
 

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to