summaryrefslogtreecommitdiff
path: root/modules_v3/yahrzeit/module.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-11-11 11:23:19 +0000
committerfisharebest <fisharebest@gmail.com>2011-11-11 11:23:19 +0000
commit99f0edf04262774fe3fb7c55519eaac67a629d13 (patch)
tree6e752b07e285d9515ca48ff817c35348d9a0cd06 /modules_v3/yahrzeit/module.php
parentc3f01075d9e17140a484d4cbca44e35e2e3126e2 (diff)
downloadwebtrees-99f0edf04262774fe3fb7c55519eaac67a629d13.tar.gz
webtrees-99f0edf04262774fe3fb7c55519eaac67a629d13.tar.bz2
webtrees-99f0edf04262774fe3fb7c55519eaac67a629d13.zip
Remove redundant/obsolete html attribute (border="0") as this is already set in CSS
Diffstat (limited to 'modules_v3/yahrzeit/module.php')
-rw-r--r--modules_v3/yahrzeit/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/yahrzeit/module.php b/modules_v3/yahrzeit/module.php
index 51957a17e9..a99ab1f901 100644
--- a/modules_v3/yahrzeit/module.php
+++ b/modules_v3/yahrzeit/module.php
@@ -153,7 +153,7 @@ class yahrzeit_WT_Module extends WT_Module implements WT_Module_Block {
$content .= '<th>'.WT_Gedcom_Tag::getLabel('NAME').'</th>';
$content .= '<th>'.WT_Gedcom_Tag::getLabel('DEAT').'</th>';
$content .= '<th>DEAT</th>';
- $content .= '<th><img src="'.$WT_IMAGES['reminder'].'" alt="'.WT_I18N::translate('Anniversary').'" title="'.WT_I18N::translate('Anniversary').'" border="0" /></th>';
+ $content .= '<th><img src="'.$WT_IMAGES['reminder'].'" alt="'.WT_I18N::translate('Anniversary').'" title="'.WT_I18N::translate('Anniversary').'"></th>';
$content .= '<th>'.WT_Gedcom_Tag::getLabel('_YART').'</th>';
$content .= '<th>_YART</th>';
$content .= '</tr></thead><tbody>';