diff options
| author | Larry Meaney <larry_meaney@iname.com> | 2010-11-25 04:35:13 +0000 |
|---|---|---|
| committer | Larry Meaney <larry_meaney@iname.com> | 2010-11-25 04:35:13 +0000 |
| commit | 917d7817937e235ec92ee7518019a0a6a24db655 (patch) | |
| tree | e2d97e1fdb83431636ee896cbda35b5de573ed0e /themes/minimal/templates | |
| parent | 267fc789ac671a4baab32f82df37acbd1a078c6b (diff) | |
| download | webtrees-917d7817937e235ec92ee7518019a0a6a24db655.tar.gz webtrees-917d7817937e235ec92ee7518019a0a6a24db655.tar.bz2 webtrees-917d7817937e235ec92ee7518019a0a6a24db655.zip | |
rawurlencode ged parameter on url strings
Diffstat (limited to 'themes/minimal/templates')
| -rw-r--r-- | themes/minimal/templates/personbox_template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/minimal/templates/personbox_template.php b/themes/minimal/templates/personbox_template.php index 41bdad6583..011815cb20 100644 --- a/themes/minimal/templates/personbox_template.php +++ b/themes/minimal/templates/personbox_template.php @@ -47,7 +47,7 @@ if (!defined('WT_WEBTREES')) { style="<?php echo $iconsStyleAdd; ?> width: 25px; height: 50px;"><?php echo $icons; ?> </div> <?php echo $thumbnail; ?> - <a onclick="event.cancelBubble = true;" href="individual.php?pid=<?php echo $pid; ?>&ged=<?php echo $GEDCOM; ?>"> + <a onclick="event.cancelBubble = true;" href="individual.php?pid=<?php echo $pid; ?>&ged=<?php echo rawurlencode($GEDCOM); ?>"> <span id="namedef-<?php echo $boxID; ?>" class="name<?php echo $style; ?> <?php echo $classfacts; ?>"> <?php echo $name.$addname; ?> </span> |
