diff options
| author | Larry Meaney <larry_meaney@iname.com> | 2011-01-26 07:02:18 +0000 |
|---|---|---|
| committer | Larry Meaney <larry_meaney@iname.com> | 2011-01-26 07:02:18 +0000 |
| commit | d1c8bf5416193d7429d17ea9cbb1536197625e2c (patch) | |
| tree | 37d1dce2d56bced83a2a0fab995d12eda441d16a | |
| parent | 11898888dc93eb10e1ea64256dc0fcd1e86f5628 (diff) | |
| download | webtrees-d1c8bf5416193d7429d17ea9cbb1536197625e2c.tar.gz webtrees-d1c8bf5416193d7429d17ea9cbb1536197625e2c.tar.bz2 webtrees-d1c8bf5416193d7429d17ea9cbb1536197625e2c.zip | |
XHTML
| -rw-r--r-- | famlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/famlist.php b/famlist.php index 5ecefe3ab1..8522199831 100644 --- a/famlist.php +++ b/famlist.php @@ -200,8 +200,8 @@ if (!$SEARCH_SPIDER) { echo '<a href="', $url, '&show_marnm=yes'.'&ged='.WT_GEDURL.'">', WT_I18N::translate('Include married names'), '</a>'; } echo help_link('show_marnm'); - echo '</p>'; } + echo '</p>'; } echo '</div>'; |
