]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.C
fix reading the author field.
[lyx.git] / src / paragraph_pimpl.C
index 6792ee42b526f1a44ef05ea07d6f8a1dc42f6670..84c269d04b8845b0fb352a714f104bde55f00c6d 100644 (file)
@@ -666,7 +666,7 @@ void Paragraph::Pimpl::simpleTeXSpecialChars(Buffer const & buf,
                        column += 17;
                        break;
 
-               case '*': case '[': case ']':
+               case '*': case '[': 
                        // avoid being mistaken for optional arguments
                        os << '{' << c << '}';
                        column += 2;