- Timestamp:
- 09/09/09 19:24:10 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x00/CommentPlugin/lib/Foswiki/Plugins/CommentPlugin/Comment.pm
r4026 r4824 340 340 undef $location; 341 341 } 342 if ( defined($anchor) and not( $text =~ /^($anchor\s)/ )) {342 if ( defined($anchor) and $text !~ /$anchor/ ) { 343 343 undef $anchor; 344 344 }
Note: See TracChangeset
for help on using the changeset viewer.
