diff options
author | albert-github <albert.tests@gmail.com> | 2020-09-24 17:12:10 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-09-24 17:12:10 (GMT) |
commit | ff021223c89995bf2abc4f33befddb1c97cab1d8 (patch) | |
tree | cfb7cb105032757daaec639f3a1671d3e4d86d1c /src/dotfilepatcher.cpp | |
parent | 55e15c86717f38c9b510e4287cb0b4f165b8cb10 (diff) | |
download | Doxygen-ff021223c89995bf2abc4f33befddb1c97cab1d8.zip Doxygen-ff021223c89995bf2abc4f33befddb1c97cab1d8.tar.gz Doxygen-ff021223c89995bf2abc4f33befddb1c97cab1d8.tar.bz2 |
issue #8053 error: Attribute target redefined in SVG
regression on #7706 (although it has nothing to do with double runs in my opinion as indicated in the title of that issue: " Md5 hash does not match for two different runs") looks like this statement should be present.
Diffstat (limited to 'src/dotfilepatcher.cpp')
-rw-r--r-- | src/dotfilepatcher.cpp | 1 |
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); |