diff options
Diffstat (limited to 'src/dot.cpp')
-rw-r--r-- | src/dot.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dot.cpp b/src/dot.cpp index 07a1a43..6972005 100644 --- a/src/dot.cpp +++ b/src/dot.cpp @@ -336,7 +336,6 @@ static QCString replaceRef(const QCString &buf,const QCString relPath, { result = externalLinkTarget(); if (result != "") setTarget = TRUE; - result += externalRef(relPath,ref,FALSE); } result+= href+"=\""; result+=externalRef(relPath,ref,TRUE); @@ -721,7 +720,7 @@ static bool insertMapFile(FTextStream &out,const QCString &mapFile, { QGString tmpstr; FTextStream tmpout(&tmpstr); - convertMapFile(tmpout,mapFile,relPath); + convertMapFile(tmpout,mapFile,relPath,TRUE); if (!tmpstr.isEmpty()) { out << "<map name=\"" << mapLabel << "\" id=\"" << mapLabel << "\">" << endl; |