summaryrefslogtreecommitdiff
path: root/bin/pod2x
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pod2x')
-rwxr-xr-xbin/pod2x2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pod2x b/bin/pod2x
index 4a3e800d8..5c23ddd46 100755
--- a/bin/pod2x
+++ b/bin/pod2x
@@ -106,7 +106,7 @@ foreach my $file (
open(RAW, "<$html/$name.rawwiki") or die $!;
open(WIKI,">$html/$name.wiki" ) or die $!;
while (<RAW>) {
- s/\[\[([^#][^\]]*)\]\]/"[[$html\/". w_e($1). "|$1]]"/ge;
+ s/\[\[([^#\/][^\]]*)\]\]/"[[$html\/". w_e($1). "|$1]]"/ge;
print WIKI $_;
}
close RAW;