Bug 40933

Bug 47978


git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@334 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2009-08-30 10:26:36 +00:00
parent 61c39745de
commit b3873eb410
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ sub processWikiAnchor
{
my ($anchor) = (@_);
return "" unless $anchor;
$anchor =~ tr/ /_/;
$anchor = url_quote($anchor);
$anchor =~ s/%/./gso;
return $anchor;