Fixed typo in misc.php

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2021-05-02 08:25:40 +02:00
parent dacb7c85aa
commit c0fa39b992

View File

@ -1,6 +1,6 @@
<?php <?php
unction H($s = '') { function H($s = '') {
print htmlentities($s); print htmlentities($s);
} }