diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2011-12-10 20:30:14 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2011-12-10 20:30:14 (GMT) |
commit | b625258a2f46f61e85bf473dfa64b719755c3b71 (patch) | |
tree | bb2f8266e3a639e6a4b15f02416a3aae5173c275 /src/msc.cpp | |
parent | e48f695c385ccc356e124ac3a851a6228f4f5b84 (diff) | |
download | Doxygen-b625258a2f46f61e85bf473dfa64b719755c3b71.zip Doxygen-b625258a2f46f61e85bf473dfa64b719755c3b71.tar.gz Doxygen-b625258a2f46f61e85bf473dfa64b719755c3b71.tar.bz2 |
Release-1.7.6.1
Diffstat (limited to 'src/msc.cpp')
-rw-r--r-- | src/msc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msc.cpp b/src/msc.cpp index de28a6f..cce6178 100644 --- a/src/msc.cpp +++ b/src/msc.cpp @@ -191,7 +191,7 @@ void writeMscImageMapFromFile(FTextStream &t,const QCString &inFile, QCString mapName = baseName+".map"; QCString mapFile = inFile+".map"; t << "<img src=\"" << relPath << baseName << ".png\" alt=\"" - << baseName << "\" border=\"0\" usemap=\"#" << mapName << "\">" << endl; + << baseName << "\" border=\"0\" usemap=\"#" << mapName << "\"/>" << endl; QCString imap = getMscImageMapFromFile(inFile,outDir,relPath,context); t << "<map name=\"" << mapName << "\" id=\"" << mapName << "\">" << imap << "</map>" << endl; } |