diff --git a/web/template/account_details.php b/web/template/account_details.php index aa18f5b4..fdebfb33 100644 --- a/web/template/account_details.php +++ b/web/template/account_details.php @@ -4,11 +4,11 @@
= __("Username") . ":" ?> + | = __("Username") . ":" ?> | = $row["Username"] ?> |
---|---|---|
= __("Account Type") . ":" ?> + | = __("Account Type") . ":" ?> | |
= __("Email Address") . ":" ?> + | = __("Email Address") . ":" ?> | ">= htmlspecialchars($row["Email"], ENT_QUOTES) ?> |
= __("Real Name") . ":" ?> + | = __("Real Name") . ":" ?> | = htmlspecialchars($row["RealName"], ENT_QUOTES) ?> |
= __("IRC Nick") . ":" ?> + | = __("IRC Nick") . ":" ?> | = htmlspecialchars($row["IRCNick"], ENT_QUOTES) ?> |
= __("PGP Key Fingerprint") . ":" ?> + | = __("PGP Key Fingerprint") . ":" ?> | = html_format_pgp_fingerprint($row["PGPKey"]) ?> |
= __("Last Voted") . ":" ?> + | = __("Last Voted") . ":" ?> | = $row["LastVoted"] ? date("Y-m-d", $row["LastVoted"]) : __("Never"); ?> |