summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xblog/builddb.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/builddb.pl b/blog/builddb.pl
index b5262017..b519587b 100755
--- a/blog/builddb.pl
+++ b/blog/builddb.pl
@@ -79,6 +79,7 @@ sub buildconfigure($$)
}
$c = $rch->{"$_.content"};
+ $c =~ s/<meta http-equiv=\"refresh\".*?\n//g;
open FH, ">$outdir/$fn";
if( $c =~ m|<attribute>(.*?)\n\s*</attribute>\s*\n(.*)|s ){