From 9b7e6613409a5406121b673de2ad53518414ab9a Mon Sep 17 00:00:00 2001 From: mensonge Date: Mon, 18 May 2009 10:35:57 +0000 Subject: Bug fix: improve list for IE browser git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@322 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/users.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/users.tpl.php b/templates/users.tpl.php index edce48d..c209f94 100644 --- a/templates/users.tpl.php +++ b/templates/users.tpl.php @@ -14,7 +14,7 @@ if ($users && count($users) > 0) { '.$row['username'].'
  • '.T_('profile').' : '.T_('created in').' '.date('M Y',strtotime($row['uDatetime'])).', '.T_('bookmarks').'
  • '; + echo '
  • '.$row['username'].' ('.T_('profile').' '.T_('created in').' '.date('M Y',strtotime($row['uDatetime'])).') : '.T_('bookmarks').'
  • '; } ?> -- cgit v1.2.3