From f8aa865267adc10f7d0d79cdceba515a09f88547 Mon Sep 17 00:00:00 2001 From: in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> Date: Wed, 17 Dec 2003 05:26:27 +0000 Subject: git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1417 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- staticweb/man.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/staticweb/man.pl b/staticweb/man.pl index 003f7ebf..33e9c037 100755 --- a/staticweb/man.pl +++ b/staticweb/man.pl @@ -107,14 +107,14 @@ sub articlemode $th{content} =~ s|(http://[\w\-\.\:\/\,@\?=~]+)|<a href="$1">$1</a>|gs; $th{content} =~ s|(ftp://[\w\-\.\:\/\,@~]+)|<a href="$1">$1</a>|gs; - $th{content} =~ - s|�����|<a href="http://blog.ptt2.cc">�����</a>|gs; - $th{content} =~ - s|�o�H��: �����~�{|�o�H��: <a href="http://blog.ptt.cc">�����~�{</a>|gs; $th{content} =~ s|ptt\.cc|<a href="telnet://ptt.cc">ptt.cc</a>|gs; $th{content} =~ s|ptt\.twbbs\.org|<a href="telnet://ptt.cc">ptt.twbbs.org</a>|gs; + $th{content} =~ + s|�����|<a href="http://blog.ptt2.cc">�����</a>|gs; + $th{content} =~ + s|�o�H��: �����~�{|�o�H��: <a href="http://ptt.cc">�����~�{</a>|gs; return \%th; } -- cgit v1.2.3