diff options
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> |
