Commit 6bc4cd0e authored by Dimitri van Heesch's avatar Dimitri van Heesch

Fixed a typo

parent 4504438e
...@@ -3834,7 +3834,7 @@ void filterLatexString(QTextStream &t,const char *str, ...@@ -3834,7 +3834,7 @@ void filterLatexString(QTextStream &t,const char *str,
if (Config_getBool("PDF_HYPERLINKS")) if (Config_getBool("PDF_HYPERLINKS"))
t << "\\mbox{]}"; t << "\\mbox{]}";
else if (insideItem) else if (insideItem)
t << "\\["; t << "\\]";
else else
t << "]"; t << "]";
break; 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