diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-15 15:24:10 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-15 15:24:10 +0000 |
| commit | 42a498c13b17ae00c2084ef1d0c1fe5a260fff95 (patch) | |
| tree | 6ae765c70a7be2fd639ff38812199c39d5bade44 /famlist.php | |
| parent | 528f836e789d034484fff6055b0541890dd79d2f (diff) | |
| download | webtrees-42a498c13b17ae00c2084ef1d0c1fe5a260fff95.tar.gz webtrees-42a498c13b17ae00c2084ef1d0c1fe5a260fff95.tar.bz2 webtrees-42a498c13b17ae00c2084ef1d0c1fe5a260fff95.zip | |
Fix: stray ";" in URL
Diffstat (limited to 'famlist.php')
| -rw-r--r-- | famlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/famlist.php b/famlist.php index 00a77fe948..f292b5b38a 100644 --- a/famlist.php +++ b/famlist.php @@ -161,7 +161,7 @@ if (!$SEARCH_SPIDER) { if ($show_marnm) { echo '<a href="', $url, '&show='.$show.'&show_marnm=no">', WT_I18N::translate('Exclude individuals with “%s” as a married name', $legend), '</a>'; } else { - echo '<a href="', $url, '&show='.$show.';&show_marnm=yes">', WT_I18N::translate('Include individuals with “%s” as a married name', $legend), '</a>'; + echo '<a href="', $url, '&show='.$show.'&show_marnm=yes">', WT_I18N::translate('Include individuals with “%s” as a married name', $legend), '</a>'; } if ($alpha!='@' && $alpha!=',' && !$surname) { |
