1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-05 21:57:26 +02:00

Mod: using stdClass instead of stdclass

This commit is contained in:
Xiphin
2017-06-02 09:55:46 +08:00
parent b9bc1039da
commit 1df505296f
5 changed files with 11 additions and 11 deletions

View File

@@ -228,7 +228,7 @@ Test.Example</pre>
</tr>
<tr>
<td>mixed</td>
<td>new stdclass</td>
<td>new stdClass</td>
<td>Any PHP variable is fine</td>
</tr>
</tbody>