diff options
Diffstat (limited to 'src/doc.l')
-rw-r--r-- | src/doc.l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2161,7 +2161,7 @@ OPMASK ({B}*{OPNORM}({OPARG}?))|({OPCAST}{OPARG}) insideHtmlLink=FALSE; } } -<DocScan>"<"{A} { BEGIN(DocHtmlLink); } +<DocScan>"<"{A}{BN}+ { BEGIN(DocHtmlLink); } <DocScan>"<"{BOLD}{ATTR}">" { outDoc->startBold(); } <DocScan>"</"{BOLD}{ATTR}">" { outDoc->endBold(); } <DocScan>"<"{P}{ATTR}">" { |