少个括号
This commit is contained in:
parent
2fbdd67eea
commit
7e4f573293
|
@ -96,7 +96,7 @@ if ($author['role']!=$r)
|
|||
if ($i>0) echo ',';
|
||||
$i+=1;
|
||||
echo '<strong title='.$author['organisation'].'>';
|
||||
if (!empty($author['individual'])
|
||||
if (!empty($author['individual']))
|
||||
echo $author['individual'];
|
||||
else
|
||||
echo $author['organisation'];
|
||||
|
|
Loading…
Reference in New Issue