Changeset 102
- Timestamp:
- 10/18/06 21:00:50 (7 years ago)
- Location:
- grabbers
- Files:
-
- 2 modified
-
abc2_website (modified) (1 diff)
-
abc_website (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
grabbers/abc2_website
r49 r102 338 338 $event_title =~ s/(^\n|\n$)//g; # strip trailing/leading blank lines 339 339 340 $event_subtitle =~ s/(<[\/a-zA-Z0-9]+\>)//g; # remove html tags 341 $event_subtitle =~ s/(^\n|\n$)//g; # strip trailing/leading blank lines 340 if ($event_subtitle) { 341 $event_subtitle =~ s/(<[\/a-zA-Z0-9]+\>)//g; # remove html tags 342 $event_subtitle =~ s/(^\n|\n$)//g; # strip trailing/leading blank lines 343 } 342 344 } 343 345 -
grabbers/abc_website
r49 r102 336 336 $event_title =~ s/(^\n|\n$)//g; # strip trailing/leading blank lines 337 337 338 $event_subtitle =~ s/(<[\/a-zA-Z0-9]+\>)//g; # remove html tags 339 $event_subtitle =~ s/(^\n|\n$)//g; # strip trailing/leading blank lines 338 if ($event_subtitle) { 339 $event_subtitle =~ s/(<[\/a-zA-Z0-9]+\>)//g; # remove html tags 340 $event_subtitle =~ s/(^\n|\n$)//g; # strip trailing/leading blank lines 341 } 340 342 } 341 343
