summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-06-16 10:38:18 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-06-16 10:38:18 +0800
commit11c2b151177f96bbf8eb5270a65e399ed592b6ee (patch)
tree1e9ff8e40e8959570e8bb7e3c8b1ad54dd8d6ea2
parent8c5d345c3b5e90e7aea1b3f9f61f215ab2fcb7cc (diff)
downloadpttbbs-11c2b151177f96bbf8eb5270a65e399ed592b6ee.tar
pttbbs-11c2b151177f96bbf8eb5270a65e399ed592b6ee.tar.gz
pttbbs-11c2b151177f96bbf8eb5270a65e399ed592b6ee.tar.bz2
pttbbs-11c2b151177f96bbf8eb5270a65e399ed592b6ee.tar.lz
pttbbs-11c2b151177f96bbf8eb5270a65e399ed592b6ee.tar.xz
pttbbs-11c2b151177f96bbf8eb5270a65e399ed592b6ee.tar.zst
pttbbs-11c2b151177f96bbf8eb5270a65e399ed592b6ee.zip
remove <meta http-equiv="refresh">
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@940 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-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 ){