From c3bc207f78fd093e832bc1eff4662fd4100fbe01 Mon Sep 17 00:00:00 2001 From: Larry Meaney Date: Tue, 30 Nov 2010 05:33:38 +0000 Subject: rawurlencode the ged parameter --- gedcheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gedcheck.php') diff --git a/gedcheck.php b/gedcheck.php index 9c81b9c3b2..24f6482b0b 100644 --- a/gedcheck.php +++ b/gedcheck.php @@ -180,7 +180,7 @@ function wt_href($tag, $xref, $name='') global $WT_LINK, $target, $ged; $text=($name=='' ? "$tag $xref" : "$name ($xref)"); if (isset($WT_LINK[$tag]) && get_id_from_gedcom($ged)) { - return '‎'.$text.'‎'; + return '‎'.$text.'‎'; } else { return "‎$tag $xref‎"; } -- cgit v1.3