mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
parent
693f6eb5cf
commit
e80c7d5d15
1 changed files with 1 additions and 1 deletions
|
@ -860,7 +860,7 @@ function ewiki_script($asid="", $id=false, $params="", $bin=0, $html=1, $script=
|
||||||
|
|
||||||
#-- fin
|
#-- fin
|
||||||
if ($html) {
|
if ($html) {
|
||||||
$url = str_replace("&", "&", $url);
|
$url = preg_replace("/&(?![A-Za-z]{0,4}\w{2,3};|#[0-9]{2,5};)/","¨", $url);
|
||||||
}
|
}
|
||||||
return($url);
|
return($url);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue