添加双引号,保证有空格的单位名称能显示
This commit is contained in:
parent
7e4f573293
commit
7d2e06f0e2
|
@ -95,7 +95,7 @@ if ($author['role']!=$r)
|
|||
}
|
||||
if ($i>0) echo ',';
|
||||
$i+=1;
|
||||
echo '<strong title='.$author['organisation'].'>';
|
||||
echo '<strong title="'.$author['organisation'].'">';
|
||||
if (!empty($author['individual']))
|
||||
echo $author['individual'];
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue