summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-05-05 12:39:53 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-05-05 12:39:53 (GMT)
commitc637dede9ec30c2e35f19636edc0b3fd424b45e5 (patch)
tree9499c76526a23ac70b3117fd0490456e4376834f /src
parent1854ad69bf183f34c937145eba437f653ef67f0b (diff)
downloadDoxygen-c637dede9ec30c2e35f19636edc0b3fd424b45e5.zip
Doxygen-c637dede9ec30c2e35f19636edc0b3fd424b45e5.tar.gz
Doxygen-c637dede9ec30c2e35f19636edc0b3fd424b45e5.tar.bz2
Regression #6836 URL contains $ sign on second run in map of images
Diffstat (limited to 'src')
-rw-r--r--src/dot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dot.cpp b/src/dot.cpp
index f61acec..debe24f 100644
--- a/src/dot.cpp
+++ b/src/dot.cpp
@@ -720,7 +720,7 @@ static bool insertMapFile(FTextStream &out,const QCString &mapFile,
{
QGString tmpstr;
FTextStream tmpout(&tmpstr);
- convertMapFile(tmpout,mapFile,relPath,TRUE);
+ convertMapFile(tmpout,mapFile,relPath,FALSE);
if (!tmpstr.isEmpty())
{
out << "<map name=\"" << mapLabel << "\" id=\"" << mapLabel << "\">" << endl;