Changeset 5354
- Timestamp:
- 10/22/09 15:13:17 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin.pm
r5311 r5354 695 695 colgroup=align,char,charoff,span,valign,width; 696 696 dir=compact; 697 div=align,style; 697 div=align,style; 698 698 dl=compact; 699 699 font=size,face; … … 729 729 foreach my $row (@protectedByAttr) { 730 730 if ( $tag =~ /^$row->{tag}$/i ) { 731 if ( $attr =~ /^($row->{attrs})$/i ) {732 #print STDERR "Protecting $tag with $attr matches $row->{attrs} \n"; #debug733 return 1 734 }731 if ( $attr =~ /^($row->{attrs})$/i ) { 732 #print STDERR "Protecting $tag with $attr matches $row->{attrs} \n"; #debug 733 return 1; 734 } 735 735 } 736 736 }
Note: See TracChangeset
for help on using the changeset viewer.
