diff options
Diffstat (limited to 'themes/colors')
| -rw-r--r-- | themes/colors/header.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/colors/header.php b/themes/colors/header.php index 7c9481ce1f..e255d9c58f 100644 --- a/themes/colors/header.php +++ b/themes/colors/header.php @@ -49,7 +49,7 @@ echo '<html xmlns="http://www.w3.org/1999/xhtml" ', i18n::html_markup(), '>', '<head>', '<title>', htmlspecialchars($title), '</title>', - '<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">'; + '<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />'; if (WT_USE_LIGHTBOX) { if ($TEXT_DIRECTION=='rtl') { @@ -252,7 +252,7 @@ echo '</tr>', echo '</div>', '</td>'; } - echo '<tr>', + echo '</tr>', '</table>'; } ?> <!-- end menu section --> |
