From 0dce31de404c46555b0c0d9c58297b506e50e4f8 Mon Sep 17 00:00:00 2001 From: spocky Date: Mon, 24 Sep 2007 19:49:38 +0000 Subject: - Cleaned up php files (removed useless inlines styles, replaced header td with th...) - Cleaned up css (removed some unused classes) - Changed quick search size and added ability to customize it - Removed width=100% in preferences tables - Corrected missing closing tag in sidebar - Minor corrections --- templates/show_user.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/show_user.inc.php') diff --git a/templates/show_user.inc.php b/templates/show_user.inc.php index 9ba5dbfc..1765fb6b 100644 --- a/templates/show_user.inc.php +++ b/templates/show_user.inc.php @@ -24,7 +24,7 @@ $create_date = $client->create_date ? date("m\/d\/y - H:i",$client->create_da $client->format(); ?> fullname); ?> - +
: fullname; ?>
-- cgit