少个括号
This commit is contained in:
parent
2fbdd67eea
commit
7e4f573293
|
@ -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'];
|
||||||
|
|
Loading…
Reference in New Issue