summaryrefslogtreecommitdiff
path: root/famlist.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-11-15 15:24:10 +0000
committerfisharebest <fisharebest@gmail.com>2011-11-15 15:24:10 +0000
commit42a498c13b17ae00c2084ef1d0c1fe5a260fff95 (patch)
tree6ae765c70a7be2fd639ff38812199c39d5bade44 /famlist.php
parent528f836e789d034484fff6055b0541890dd79d2f (diff)
downloadwebtrees-42a498c13b17ae00c2084ef1d0c1fe5a260fff95.tar.gz
webtrees-42a498c13b17ae00c2084ef1d0c1fe5a260fff95.tar.bz2
webtrees-42a498c13b17ae00c2084ef1d0c1fe5a260fff95.zip
Fix: stray ";" in URL
Diffstat (limited to 'famlist.php')
-rw-r--r--famlist.php2
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, '&amp;show='.$show.'&amp;show_marnm=no">', WT_I18N::translate('Exclude individuals with “%s” as a married name', $legend), '</a>';
} else {
- echo '<a href="', $url, '&amp;show='.$show.';&amp;show_marnm=yes">', WT_I18N::translate('Include individuals with “%s” as a married name', $legend), '</a>';
+ echo '<a href="', $url, '&amp;show='.$show.'&amp;show_marnm=yes">', WT_I18N::translate('Include individuals with “%s” as a married name', $legend), '</a>';
}
if ($alpha!='@' && $alpha!=',' && !$surname) {