1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 17:44:37 +02:00

Issue #4501 - PHP 8.3 compatibility.

This commit is contained in:
camer0n
2023-12-05 07:56:56 -08:00
parent 2359d0e368
commit 84fe29cf12
2 changed files with 6 additions and 2 deletions

View File

@@ -2851,6 +2851,10 @@ Your browser does not support the audio tag.
'expected' => '<td name="G" bgcolor="#660000">colored</td>',
),
18 => array(
'html' => 'Τη γλώσσα μου έδωσαν ελληνική 您好,世界 こんにちは、世界',
'expected' => 'Τη γλώσσα μου έδωσαν ελληνική 您好,世界 こんにちは、世界',
),
);