This commit is contained in:
Garvin Hicking 2010-08-26 15:48:31 +00:00
parent ee580791bf
commit ceecc3f256

View File

@ -172,7 +172,7 @@ if (isset($_GET['serendipity']['plugin_to_conf'])) {
</tr>
<?php
if (!empty($license)) {
echo '<th>'.MEDIA_PROPERTY_COPYRIGHT.'</th><td>'.$license.'</td>';
echo '<tr><th>'.MEDIA_PROPERTY_COPYRIGHT.'</th><td>'.$license.'</td></tr>';
}
?>
</table>