summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/util.cpp2
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;