Changeset 908
- Timestamp:
- 10/27/10 14:45:20 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/jlatexeditor/syntaxhighlighting/LatexSyntaxHighlighting.java
r905 r908 335 335 if (argumentsIterator != null && argumentsIterator.hasNext()) { 336 336 CHCommandArgument argument = argumentsIterator.next(); 337 if (argument.isOptional()) { 338 argumentsIterator.hasNext(); 337 if (argument.isOptional() && argumentsIterator.hasNext()) { 339 338 argument = argumentsIterator.next(); 340 339 }
![(please configure the [header_logo] section in trac.ini)](http://jlatexeditor.endrullis.de/chrome/site/logo.png)