html entities until unicode is there

This commit is contained in:
Laurent Raufaste 2013-05-12 23:21:48 -04:00
parent 894877084d
commit d04a6fff7d
2 changed files with 2 additions and 2 deletions

View File

@ -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&ouml;ps</font><br>
</td>
</tr>
</table>

View File

@ -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&ouml;ps</font><br>
</td>
</tr>
</table>