Index: irpg/trunk/htdocs/playerview.php
===================================================================
--- irpg/trunk/htdocs/playerview.php	(revision 1466)
+++ irpg/trunk/htdocs/playerview.php	(revision 1563)
@@ -58,6 +58,6 @@
              "      <b>Statut :</b> ".($online?"C":"D&eacute;c")."onnect&eacute;<br />\n".
              "      <b>Host :</b> ".($uhost?$uhost:"Unknown")."<br />\n".
-             "      <b>Date de cr&eacute;ation :</b> ".strftime($dateformat,$created)."<br />\n".
-             "      <b>Derni&egrave;re connexion :</b> ".strftime($dateformat,$lastlogin)."<br />\n".
+             "      <b>Date de cr&eacute;ation :</b> ".htmlentities(strftime($dateformat,$created))."<br />\n".
+             "      <b>Derni&egrave;re connexion :</b> ".htmlentities(strftime($dateformat,$lastlogin))."<br />\n".
              "      <b>Temps d'inactivit&eacute; total:</b> ".duration($idled)."<br />\n".
              "      <b>Position :</b> [$x,$y]<br />\n".
