mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Fixed typo. Time to sleep...
This commit is contained in:
parent
e80c7d5d15
commit
3c55bb0f9d
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
|
||||
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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue