diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-10 08:18:56 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-10 08:18:56 +0000 |
| commit | 9395de5bba726102d685d42ac9f4e422854d9777 (patch) | |
| tree | 874236f51e46f72420d1ef17fab4de5b5ae6bdc6 /themes/clouds | |
| parent | cb8a5a9bd18a6779b631abe7f11a7363e2bb57ac (diff) | |
| download | webtrees-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.php | 2 |
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(); |
