summaryrefslogtreecommitdiffstats
path: root/src/htmldocvisitor.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-02-16 13:50:51 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-02-16 13:50:51 (GMT)
commit4774ac1ef162e6d8ec83f33bf8ffb68fe44f5aa1 (patch)
treeb238a8a93a5424c147b3dbaf402ea06f030f65e1 /src/htmldocvisitor.cpp
parent154521185297b3a72b47636edcc2a60fc2c579dd (diff)
downloadDoxygen-4774ac1ef162e6d8ec83f33bf8ffb68fe44f5aa1.zip
Doxygen-4774ac1ef162e6d8ec83f33bf8ffb68fe44f5aa1.tar.gz
Doxygen-4774ac1ef162e6d8ec83f33bf8ffb68fe44f5aa1.tar.bz2
Adjustment of xhtml1-transitional.dtd
- mapping changed due to missing `doxygen=` - externalRef part changeddue to missing`doxygen=`
Diffstat (limited to 'src/htmldocvisitor.cpp')
-rw-r--r--src/htmldocvisitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmldocvisitor.cpp b/src/htmldocvisitor.cpp
index 25166bc..fe45667 100644
--- a/src/htmldocvisitor.cpp
+++ b/src/htmldocvisitor.cpp
@@ -2195,7 +2195,7 @@ void HtmlDocVisitor::startLink(const QCString &ref,const QCString &file,
if (!ref.isEmpty()) // link to entity imported via tag file
{
m_t << "<a class=\"elRef\" ";
- m_t << externalLinkTarget() << externalRef(relPath,ref,FALSE);
+ m_t << externalLinkTarget();
}
else // local link
{