diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2000-02-27 17:41:30 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2000-02-27 17:41:30 (GMT) |
commit | f4f3f1676896e6fd0c0044f001eda9829d9b3f60 (patch) | |
tree | 0e10644b6ed5c8878dc59e723fe3dcd591d57839 /src/diagram.cpp | |
parent | a81ce4743212122ae050e5efbc4bfda92e6a664e (diff) | |
download | Doxygen-f4f3f1676896e6fd0c0044f001eda9829d9b3f60.zip Doxygen-f4f3f1676896e6fd0c0044f001eda9829d9b3f60.tar.gz Doxygen-f4f3f1676896e6fd0c0044f001eda9829d9b3f60.tar.bz2 |
Release 2000-02-27
Diffstat (limited to 'src/diagram.cpp')
-rw-r--r-- | src/diagram.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diagram.cpp b/src/diagram.cpp index cb1efdb..a4781d8 100644 --- a/src/diagram.cpp +++ b/src/diagram.cpp @@ -1252,6 +1252,6 @@ void ClassDiagram::writeImageMap(QTextStream &t,const char *path, image.save((QCString)path+"/"+fileName+".gif"); - t << "</map></p>" << endl; + t << "</map>" << endl; } |