diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-04 12:35:17 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-04 12:35:17 +0000 |
| commit | e9ca9d860a448bfbb83c239f082cc81a2bc39b82 (patch) | |
| tree | cbf6a5684c6762ee441de17cbe470fe89f76ea80 /modules_v3 | |
| parent | a9f185c4c92010765557cda2def9d50d582712c9 (diff) | |
| download | webtrees-e9ca9d860a448bfbb83c239f082cc81a2bc39b82.tar.gz webtrees-e9ca9d860a448bfbb83c239f082cc81a2bc39b82.tar.bz2 webtrees-e9ca9d860a448bfbb83c239f082cc81a2bc39b82.zip | |
The cellpadding="0" attribute is obsolete and fails strict validation. Replace it with CSS.
Diffstat (limited to 'modules_v3')
| -rw-r--r-- | modules_v3/family_nav/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/family_nav/module.php b/modules_v3/family_nav/module.php index a2b3626e0e..cc845a648d 100644 --- a/modules_v3/family_nav/module.php +++ b/modules_v3/family_nav/module.php @@ -90,7 +90,7 @@ class family_nav_WT_Module extends WT_Module implements WT_Module_Sidebar { echo WT_JS_END; // Start Family Nav Table ---------------------------- - echo "<table class=\"nav_content\" cellpadding=\"0\">"; + echo "<table class=\"nav_content\">"; global $WT_IMAGES, $spouselinks, $parentlinks, $TEXT_DIRECTION; $personcount=0; |
