This commit is contained in:
Garvin Hicking 2010-08-26 15:48:31 +00:00
parent dcb8dc3b16
commit 6596be9aa1

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>