changeset 391 | 85f91037cd4f |
parent 387 | 92664d2efab8 |
child 407 | 35d94240a197 |
--- a/includes/render.php Tue Jan 29 17:29:08 2008 -0500 +++ b/includes/render.php Tue Jan 29 23:15:44 2008 -0500 @@ -763,7 +763,8 @@ $keys = array_keys($smileys); foreach($keys as $k) { - $t = str_hex($k); + $t = hexencode($k, ' ', ''); + $t = trim($t); $t = explode(' ', $t); $s = ''; foreach($t as $b)