summaryrefslogtreecommitdiffstats
path: root/src/dot.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2011-04-26 10:48:48 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2011-04-26 10:48:48 (GMT)
commitc604d141eb8b0708022a3e4b48b0b1871b692aa6 (patch)
tree5b1b526ababed94fc83b11349dd828da3bf11882 /src/dot.cpp
parent145b564516f82be1bb4cc5a82277e7c9d10ca5ca (diff)
downloadDoxygen-c604d141eb8b0708022a3e4b48b0b1871b692aa6.zip
Doxygen-c604d141eb8b0708022a3e4b48b0b1871b692aa6.tar.gz
Doxygen-c604d141eb8b0708022a3e4b48b0b1871b692aa6.tar.bz2
Release-1.7.4-20110426
Diffstat (limited to 'src/dot.cpp')
-rw-r--r--src/dot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dot.cpp b/src/dot.cpp
index 7a92eeb..744b95f 100644
--- a/src/dot.cpp
+++ b/src/dot.cpp
@@ -3579,7 +3579,7 @@ void writeDotImageMapFromFile(FTextStream &t,
else // bitmap graphics
{
t << "<img src=\"" << relPath << imgName << "\" alt=\""
- << imgName << "\" border=\"0\" usemap=\"#" << mapName << "\">" << endl
+ << imgName << "\" border=\"0\" usemap=\"#" << mapName << "\"/>" << endl
<< "<map name=\"" << mapName << "\" id=\"" << mapName << "\">";
convertMapFile(t, absOutFile, relPath ,TRUE, context);