summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-12-17 13:26:27 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-12-17 13:26:27 +0800
commitf8aa865267adc10f7d0d79cdceba515a09f88547 (patch)
tree95f55654bf59ba9ffab3001a01f6cb0557da808e
parent9ee178348f1b01a1ecc51c72ec475d563c083401 (diff)
downloadpttbbs-f8aa865267adc10f7d0d79cdceba515a09f88547.tar
pttbbs-f8aa865267adc10f7d0d79cdceba515a09f88547.tar.gz
pttbbs-f8aa865267adc10f7d0d79cdceba515a09f88547.tar.bz2
pttbbs-f8aa865267adc10f7d0d79cdceba515a09f88547.tar.lz
pttbbs-f8aa865267adc10f7d0d79cdceba515a09f88547.tar.xz
pttbbs-f8aa865267adc10f7d0d79cdceba515a09f88547.tar.zst
pttbbs-f8aa865267adc10f7d0d79cdceba515a09f88547.zip
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1417 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rwxr-xr-xstaticweb/man.pl8
1 files 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
@@ -108,13 +108,13 @@ 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|祇獺: у金金龟穨|祇獺: <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|祇獺: у金金龟穨|祇獺: <a href="http://ptt.cc">у金金龟穨</a>|gs;
return \%th;
}