少个括号

This commit is contained in:
wlx 2010-01-04 07:05:18 +00:00
parent 2fbdd67eea
commit 7e4f573293
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ if ($author['role']!=$r)
if ($i>0) echo ''; if ($i>0) echo '';
$i+=1; $i+=1;
echo '<strong title='.$author['organisation'].'>'; echo '<strong title='.$author['organisation'].'>';
if (!empty($author['individual']) if (!empty($author['individual']))
echo $author['individual']; echo $author['individual'];
else else
echo $author['organisation']; echo $author['organisation'];