diff --git a/pages/account/25.php b/pages/account/25.php
index 034518e..ab0e6b2 100644
--- a/pages/account/25.php
+++ b/pages/account/25.php
@@ -37,13 +37,13 @@
$domcount = mysql_num_rows($r2);
?>
- =($row['O'])?>, =($row['ST'])?> =($row['C'])?> |
- =_("Domains")?> (=$domcount?>) |
+ =htmlspecialchars($row['O'])?>, =htmlspecialchars($row['ST'])?> =htmlspecialchars($row['C'])?> |
+ =_("Domains")?> (=$domcount?>) |
=_("Admins")?> (=$admincount?>) |
=_("Edit")?> |
=_("Delete")?> |
if(array_key_exists('viewcomment',$_REQUEST) && $_REQUEST['viewcomment']!='') { ?>
- =($row['comments'])?> |
+ =sanitizeHTML($row['comments'])?> |
} ?>
} ?>