diff options
-rw-r--r-- | includes/notary.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/notary.inc.php b/includes/notary.inc.php index cf6b80f..9c60d57 100644 --- a/includes/notary.inc.php +++ b/includes/notary.inc.php @@ -152,7 +152,7 @@ if($name == "") $name = _("Deleted before Verification"); else - $name = "<a href='wot.php?id=9&userid=".intval($userid)."'>$name</a>"; + $name = "<a href='wot.php?id=9&userid=".intval($userid)."'>".sanitizeHTML($name)."</a>"; return $name; } @@ -162,7 +162,7 @@ if($email == "") $email = _("Deleted before Verification"); else - $email = "<a href='account.php?id=".intval($userid)."'>".sanitizeHTML($email)."</a>"; + $email = "<a href='account.php?id=43&userid=".intval($userid)."'>".sanitizeHTML($email)."</a>"; return $email; } |