]> git.sesse.net Git - ccbs/blobdiff - intl/Sesse::ExtractGettext.pm
There is no freshcolumnheading.
[ccbs] / intl / Sesse::ExtractGettext.pm
index a505b6e151218a846a30c946d568dadb75987a4e..734962f2a8937331391f9ea2149f84c074db9cf6 100644 (file)
@@ -9,7 +9,7 @@ our @ISA = qw(Template::Directive);
 sub textblock {
        my ($self, $text) = @_;
 
-       while ($text =~ s/<(h[1-6]|p|td|th|title|input|span|li|_)[^>]*>(.*?)<\/\1>//s) {
+       while ($text =~ s/<(h[1-6]|p|td|th|title|input|span|li|option|_)[^>]*>(.*?)<\/\1>//s) {
                my $id = $2;
                next if $id =~ /^\s*$/;
                $id =~ s/\n/\\n"\n"/g;