summaryrefslogtreecommitdiff
path: root/themes/clouds
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-11-10 08:18:56 +0000
committerfisharebest <fisharebest@gmail.com>2011-11-10 08:18:56 +0000
commit9395de5bba726102d685d42ac9f4e422854d9777 (patch)
tree874236f51e46f72420d1ef17fab4de5b5ae6bdc6 /themes/clouds
parentcb8a5a9bd18a6779b631abe7f11a7363e2bb57ac (diff)
downloadwebtrees-9395de5bba726102d685d42ac9f4e422854d9777.tar.gz
webtrees-9395de5bba726102d685d42ac9f4e422854d9777.tar.bz2
webtrees-9395de5bba726102d685d42ac9f4e422854d9777.zip
Remove deprecated/unnecessary html markup from clouds/colors footer
Diffstat (limited to 'themes/clouds')
-rw-r--r--themes/clouds/footer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/clouds/footer.php b/themes/clouds/footer.php
index 10e021b685..ac852faea7 100644
--- a/themes/clouds/footer.php
+++ b/themes/clouds/footer.php
@@ -36,7 +36,7 @@ if ($view!='simple') {
echo '<br />';
echo '<p class="logo">';
echo '<a href="', WT_WEBTREES_URL, '" target="_blank">';
- echo '<img src="', $WT_IMAGES['webtrees'], '" width="100" border="0" alt="', WT_WEBTREES, '" title="', WT_WEBTREES, ' ', WT_VERSION_TEXT, '" /></a>';
+ echo '<img src="', $WT_IMAGES['webtrees'], '" width="100" height="21" alt="', WT_WEBTREES, '" title="', WT_WEBTREES, ' ', WT_VERSION_TEXT, '" /></a>';
echo '</p>';
if (WT_DEBUG || get_gedcom_setting(WT_GED_ID, 'SHOW_STATS')) {
echo execution_stats();