Bug fix: improve list for IE browser
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@322 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
78c2fe4bd2
commit
9b7e661340
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if ($users && count($users) > 0) {
|
|||
<?php
|
||||
$contents = '<';
|
||||
foreach ($users as $row) {
|
||||
echo '<strong>'.$row['username'].'</strong><li><a href="'.createURL('profile', $row['username']).'">'.T_('profile').'</a> : '.T_('created in').' '.date('M Y',strtotime($row['uDatetime'])).', <a href="'.createURL('bookmarks', $row['username']).'">'.T_('bookmarks').'</a></li>';
|
||||
echo '<li><strong>'.$row['username'].'</strong> (<a href="'.createURL('profile', $row['username']).'">'.T_('profile').'</a> '.T_('created in').' '.date('M Y',strtotime($row['uDatetime'])).') : <a href="'.createURL('bookmarks', $row['username']).'">'.T_('bookmarks').'</a></li>';
|
||||
}
|
||||
?>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue