Commit a641157e authored by dimitri's avatar dimitri

Fixed bug in handling sections

parent 6f118034
......@@ -754,7 +754,7 @@ LABELID [a-z_A-Z][a-z_A-Z0-9\-]*
BEGIN(St_Sections);
}
}
<St_SecSkip>[^a-z_A-Z0-9\-]+
<St_SecSkip>[^a-z_A-Z0-9\-\\\@]+
<St_SecSkip>.
<St_SecSkip>\n
<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