Changeset 244
- Timestamp:
- 03/02/06 19:00:38
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/Filter/TTP.pm
r222 r244 18 18 19 19 my $count; 20 if ($self->conf->{ html_paranoia}) {20 if ($self->conf->{text_only}) { 21 21 ($count, $body) = $self->paranoia_rewrite($body); 22 22 } else { … … 92 92 =over 4 93 93 94 =item html_paranoia94 =item text_only 95 95 96 96 When set to 1, uses HTML::Parser to avoid replacing C<ttp://> inside 97 HTML elements. Defaults to 0.97 HTML attributes. Defaults to 0. 98 98 99 99 =back
