summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-02-16 14:10:23 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-02-16 14:10:23 (GMT)
commite4ccf68c2320b626acef6a95a86a3cbe78415f55 (patch)
treeb5db8fb6d5fdb3f000d848bc1bdebc344cdf7830 /src/htmlgen.cpp
parent4774ac1ef162e6d8ec83f33bf8ffb68fe44f5aa1 (diff)
downloadDoxygen-e4ccf68c2320b626acef6a95a86a3cbe78415f55.zip
Doxygen-e4ccf68c2320b626acef6a95a86a3cbe78415f55.tar.gz
Doxygen-e4ccf68c2320b626acef6a95a86a3cbe78415f55.tar.bz2
Adjustment of xhtml1-transitional.dtd
Some more ...
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r--src/htmlgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index bd57d9b..a1e0a37 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -556,7 +556,7 @@ void HtmlCodeGenerator::_writeCodeLink(const char *className,
if (ref)
{
m_t << "<a class=\"" << className << "Ref\" ";
- m_t << externalLinkTarget() << externalRef(m_relPath,ref,FALSE);
+ m_t << externalLinkTarget();
}
else
{