Commit 6204682e authored by Dimitri van Heesch's avatar Dimitri van Heesch

Fixed bug in handling sections

parent 9fd2c403
...@@ -754,7 +754,7 @@ LABELID [a-z_A-Z][a-z_A-Z0-9\-]* ...@@ -754,7 +754,7 @@ LABELID [a-z_A-Z][a-z_A-Z0-9\-]*
BEGIN(St_Sections); BEGIN(St_Sections);
} }
} }
<St_SecSkip>[^a-z_A-Z0-9\-]+ <St_SecSkip>[^a-z_A-Z0-9\-\\\@]+
<St_SecSkip>. <St_SecSkip>.
<St_SecSkip>\n <St_SecSkip>\n
<St_Sections>. <St_Sections>.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment