mirror of
https://github.com/psenough/pouet.net.git
synced 2025-01-16 20:58:27 +01:00
html entities until unicode is there
This commit is contained in:
parent
894877084d
commit
d04a6fff7d
@ -180,7 +180,7 @@ $avg_rating=mysql_result($result,0);
|
||||
<? endif; ?>
|
||||
</td>
|
||||
<td width="100%" align="right">
|
||||
<b><? print($user["glops"]); ?></b> <font color="#9999AA">gl?ps</font><br>
|
||||
<b><? print($user["glops"]); ?></b> <font color="#9999AA">glöps</font><br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -176,7 +176,7 @@ $avg_rating=mysql_result($result,0);
|
||||
<? endif; ?>
|
||||
</td>
|
||||
<td width="100%" align="right">
|
||||
<b><? print($user["glops"]); ?></b> <font color="#9999AA">gl?ps</font><br>
|
||||
<b><? print($user["glops"]); ?></b> <font color="#9999AA">glöps</font><br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Loading…
x
Reference in New Issue
Block a user