mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-25 14:10:28 +01:00
Bugfixes supportapp
This commit is contained in:
parent
419537d1fd
commit
8fe43e827a
@ -6758,7 +6758,9 @@ title: 'Abschicken',
|
|||||||
|
|
||||||
|
|
||||||
reset($ISO10646XHTMLTrans);
|
reset($ISO10646XHTMLTrans);
|
||||||
while(list($UnicodeChar, $XHTMLEquiv) = each($ISO10646XHTMLTrans)) {
|
// while(list($UnicodeChar, $XHTMLEquiv) = each($ISO10646XHTMLTrans)) {
|
||||||
|
foreach($ISO10646XHTMLTrans as $UniccideChar => $XHTMLEquiv)
|
||||||
|
{
|
||||||
$content = str_replace($UnicodeChar, $XHTMLEquiv, $content);
|
$content = str_replace($UnicodeChar, $XHTMLEquiv, $content);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user