From 0bd888d31bb14bab981081895ebcfe2b38b17198 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Tue, 8 Jul 2008 03:39:49 +0000 Subject: [PATCH] added disable internal link ! to Gwiki git-svn-id: http://biopieces.googlecode.com/svn/trunk@121 74ccb610-7750-0410-82ae-013aeee3265d --- code_perl/Maasha/Gwiki.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/code_perl/Maasha/Gwiki.pm b/code_perl/Maasha/Gwiki.pm index 452fc38..042eed6 100644 --- a/code_perl/Maasha/Gwiki.pm +++ b/code_perl/Maasha/Gwiki.pm @@ -89,6 +89,7 @@ sub gwiki2ascii { $line = $triple->{ 'TEXT' }; + $line =~ s/!(\w)/$1/g; $line =~ s/^\s*//; $line =~ s/\s*$//; $line =~ s/\s+/ /g; -- 2.39.5