summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r--src/htmlgen.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index a435d61..21b656b 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -1368,7 +1368,9 @@ void HtmlGenerator::writeLineNumber(const char *ref,const char *file,
}
else
{
+ startCodeAnchor(lineAnchor);
codify(lineNumber);
+ endCodeAnchor();
}
codify(" ");
}