diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-10-15 16:41:03 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-10-15 16:41:03 (GMT) |
commit | 6bc4cd0ea321e784be64022fea5013e1b181a593 (patch) | |
tree | 9d6cc25fae9e4011c8b773eab1401c7e1153e91c /src/util.cpp | |
parent | 4504438ea9c125fbb68c03948dc02b809f166ce2 (diff) | |
download | Doxygen-6bc4cd0ea321e784be64022fea5013e1b181a593.zip Doxygen-6bc4cd0ea321e784be64022fea5013e1b181a593.tar.gz Doxygen-6bc4cd0ea321e784be64022fea5013e1b181a593.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; |