- Timestamp:
- 11/12/09 18:37:12 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin/TML2HTML.pm
r5240 r5503 197 197 if ( $token eq '%' && $stackTop =~ /}$/ ) { 198 198 while ( scalar(@stack) 199 && $stackTop !~ /^\n?%( [A-Z0-9_:]+){.*}$/os )199 && $stackTop !~ /^\n?%($Foswiki::regex{tagNameRegex}){.*}$/os ) 200 200 { 201 201 $stackTop = pop(@stack) . $stackTop; … … 203 203 } 204 204 if ( $token eq '%' 205 && $stackTop =~ m/^(\n?)%( [A-Z0-9_:]+)({.*})?$/os )205 && $stackTop =~ m/^(\n?)%($Foswiki::regex{tagNameRegex})({.*})?$/os ) 206 206 { 207 207 my $nl = $1;
Note: See TracChangeset
for help on using the changeset viewer.
