From: mensonge Date: Mon, 18 May 2009 10:35:57 +0000 (+0000) Subject: Bug fix: improve list for IE browser X-Git-Tag: v0.94~62 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9b7e6613409a5406121b673de2ad53518414ab9a;p=semanticscuttle.git Bug fix: improve list for IE browser git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@322 b3834d28-1941-0410-a4f8-b48e95affb8f --- 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').'
  • '; } ?>