summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-09-24 19:24:52 (GMT)
committerGitHub <noreply@github.com>2020-09-24 19:24:52 (GMT)
commitdfb4a6cb5a64550e46d677a5c0eada9f9477309e (patch)
treecfb7cb105032757daaec639f3a1671d3e4d86d1c
parent55e15c86717f38c9b510e4287cb0b4f165b8cb10 (diff)
parentff021223c89995bf2abc4f33befddb1c97cab1d8 (diff)
downloadDoxygen-dfb4a6cb5a64550e46d677a5c0eada9f9477309e.zip
Doxygen-dfb4a6cb5a64550e46d677a5c0eada9f9477309e.tar.gz
Doxygen-dfb4a6cb5a64550e46d677a5c0eada9f9477309e.tar.bz2
Merge pull request #8058 from albert-github/feature/issue_8053
issue #8053 error: Attribute target redefined in SVG
-rw-r--r--src/dotfilepatcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dotfilepatcher.cpp b/src/dotfilepatcher.cpp
index 099359d..285c0bb 100644
--- a/src/dotfilepatcher.cpp
+++ b/src/dotfilepatcher.cpp
@@ -174,6 +174,7 @@ static QCString replaceRef(const QCString &buf,const QCString relPath,
if (!ref.isEmpty())
{
result = externalLinkTarget(true);
+ if (!result.isEmpty())targetAlreadySet=true;
}
result+= href+"=\"";
result+=externalRef(relPath,ref,TRUE);