diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-10-15 16:41:03 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-10-15 16:41:03 (GMT) |
commit | 2c6d31c8bf31028ba2f822c31f4812c2cecab306 (patch) | |
tree | 9d6cc25fae9e4011c8b773eab1401c7e1153e91c /src/util.cpp | |
parent | 13a6fbc2e08e01baa8362909ac092178268b352c (diff) | |
download | Doxygen-2c6d31c8bf31028ba2f822c31f4812c2cecab306.zip Doxygen-2c6d31c8bf31028ba2f822c31f4812c2cecab306.tar.gz Doxygen-2c6d31c8bf31028ba2f822c31f4812c2cecab306.tar.bz2 |
Fixed a typo
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp index 9510631..3d54f20 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -3834,7 +3834,7 @@ void filterLatexString(QTextStream &t,const char *str, if (Config_getBool("PDF_HYPERLINKS")) t << "\\mbox{]}"; else if (insideItem) - t << "\\["; + t << "\\]"; else t << "]"; break; |