Changeset 16247
- Timestamp:
- 2008-06-30T12:30:25+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/perllib/plugins/HTMLPlugin.pm
r16104 r16247 905 905 906 906 #if(!$self->{'no_image_links'}){ 907 $$textref =~ s/(<(?:img|embed|table|tr|td)[^>]*?(?:src|background)\s*=\s*)( [\"][^\"]+[\"]|[\'][^\']+[\']|[^\s\/>]+)([^>]*>)/907 $$textref =~ s/(<(?:img|embed|table|tr|td)[^>]*?(?:src|background)\s*=\s*)((?:[\"][^\"]+[\"])|(?:[\'][^\']+[\'])|(?:[^\s\/>]+))([^>]*>)/ 908 908 $self->replace_images ($1, $2, $3, $base_dir, $file, $doc_obj, $cursection)/isge; 909 909 #}
Note:
See TracChangeset
for help on using the changeset viewer.