diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-12-21 22:34:22 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-12-21 22:34:22 +0000 |
| commit | c0a0c654397d7e22463519d75d8b25f9ae242fb5 (patch) | |
| tree | 9ecbfa591c990e9b02bce858321a46f81ecc589e /library/WT/Controller | |
| parent | 79a722f524f72d98a738ea1a1a44ccc694ed7097 (diff) | |
| download | webtrees-c0a0c654397d7e22463519d75d8b25f9ae242fb5.tar.gz webtrees-c0a0c654397d7e22463519d75d8b25f9ae242fb5.tar.bz2 webtrees-c0a0c654397d7e22463519d75d8b25f9ae242fb5.zip | |
#902683 - HTML validation
Diffstat (limited to 'library/WT/Controller')
| -rw-r--r-- | library/WT/Controller/Descendancy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Controller/Descendancy.php b/library/WT/Controller/Descendancy.php index c5fe7edfb5..64529ec8c8 100644 --- a/library/WT/Controller/Descendancy.php +++ b/library/WT/Controller/Descendancy.php @@ -208,7 +208,7 @@ class WT_Controller_Descendancy extends WT_Controller_Chart { // print marriage info echo "<li>"; echo "<img src=\"".$WT_IMAGES["spacer"]."\" height=\"2\" width=\"".($Dindent+4)."\" alt=\"\">"; - echo "<span class=\"details1\" style=\"white-space: nowrap; \" >"; + echo "<span class=\"details1\" style=\"white-space: nowrap;\">"; echo "<a href=\"#\" onclick=\"expand_layer('".$family->getXref().$personcount."'); return false;\" class=\"top\"><img id=\"".$family->getXref().$personcount."_img\" src=\"".$WT_IMAGES["minus"]."\" align=\"middle\" hspace=\"0\" vspace=\"3\" alt=\"".WT_I18N::translate('View Family')."\"></a>"; $marriage = $family->getMarriage(); if ($marriage->canShow()) { |
