diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php index a37ae99b5..ec7fbf607 100644 --- a/classes/pref/prefs.php +++ b/classes/pref/prefs.php @@ -1317,53 +1317,51 @@ class Pref_Prefs extends Handler_Protected { } private function appPasswordList() { - print "
"; - print " | ".__("Description")." | "; - print "".__("Created")." | "; - print "".__("Last used")." | "; - print "
---|
+ | = __("Description") ?> | += __("Created") ?> | += __("Last used") ?> | +
---|---|---|---|
- | "; - print "" . htmlspecialchars($row["title"]) . " | "; - - print ""; - print TimeHelper::make_local_datetime($row['created'], false); - print " | "; - - print ""; - print TimeHelper::make_local_datetime($row['last_used'], false); - print " | "; - - print "