Fixed typo. Time to sleep...

This commit is contained in:
paca70 2004-11-23 21:34:38 +00:00
parent e80c7d5d15
commit 3c55bb0f9d

View file

@ -860,7 +860,7 @@ function ewiki_script($asid="", $id=false, $params="", $bin=0, $html=1, $script=
#-- fin #-- fin
if ($html) { if ($html) {
$url = preg_replace("/&(?![A-Za-z]{0,4}\w{2,3};|#[0-9]{2,5};)/","¨", $url); $url = preg_replace("/&(?![A-Za-z]{0,4}\w{2,3};|#[0-9]{2,5};)/","&", $url);
} }
return($url); return($url);
} }