Commit 2c6d31c8 authored by dimitri's avatar dimitri

Fixed a typo

parent 13a6fbc2
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment