添加双引号,保证有空格的单位名称能显示

This commit is contained in:
wlx 2010-01-04 10:07:40 +00:00
parent 7e4f573293
commit 7d2e06f0e2
1 changed files with 1 additions and 1 deletions

View File

@ -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