diff options
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; } |