summaryrefslogtreecommitdiff
path: root/themes/colors
diff options
context:
space:
mode:
authorRob Peters <makitso@gmail.com>2010-08-31 00:08:14 +0000
committerRob Peters <makitso@gmail.com>2010-08-31 00:08:14 +0000
commitfc68e8368ec35f355761d49a8d7457e87f2007ac (patch)
tree5b7adf06a80dfc3b918c5e64e9ee2cda9785be3d /themes/colors
parent1e75176605c40eaac2c43b6a5d8e10d01a08f952 (diff)
downloadwebtrees-fc68e8368ec35f355761d49a8d7457e87f2007ac.tar.gz
webtrees-fc68e8368ec35f355761d49a8d7457e87f2007ac.tar.bz2
webtrees-fc68e8368ec35f355761d49a8d7457e87f2007ac.zip
Correct misc html errors
Diffstat (limited to 'themes/colors')
-rw-r--r--themes/colors/header.php4
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 -->