Changeset 4941 for trunk/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin.pm
- Timestamp:
- 09/15/09 21:35:59 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin.pm
r4930 r4941 555 555 556 556 # Look for combinations of sticky and other markup that cause problems together 557 for my $tag (' verbatim', 'literal', keys %xmltag) {557 for my $tag ('literal', keys %xmltag) { 558 558 while ($text =~ /<$tag\b[^>]*>(.*?)<\/$tag>/gsi) { 559 559 my $inner = $1;
Note: See TracChangeset
for help on using the changeset viewer.
