X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fpod2x;fp=bin%2Fpod2x;h=91dd8d6563a634f0fe34f74e8991cbbfe6b87d82;hb=614af30dfb1d4b24d42ca2e3eed66784038ec398;hp=5c23ddd466ac828aa841aba6a528d22dff9f5748;hpb=cba52e92e2c48ce1052086d3954375e686f2d179;p=freeside.git diff --git a/bin/pod2x b/bin/pod2x index 5c23ddd46..91dd8d656 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 () { - s/\[\[([^#\/][^\]]*)\]\]/"[[$html\/". w_e($1). "|$1]]"/ge; + s/\[\[([^#p][^\]]*)\]\]/"[[$html\/". w_e($1). "|$1]]"/ge; print WIKI $_; } close RAW;