diff options
Diffstat (limited to 'themes/minimal/templates')
| -rw-r--r-- | themes/minimal/templates/compactbox_template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/minimal/templates/compactbox_template.php b/themes/minimal/templates/compactbox_template.php index aabd838578..0422c7c834 100644 --- a/themes/minimal/templates/compactbox_template.php +++ b/themes/minimal/templates/compactbox_template.php @@ -35,7 +35,7 @@ if (!defined('WT_WEBTREES')) { echo '<div id="out-', $boxID ,'" ', $outBoxAdd, '">',
$thumbnail,
'<a onclick="event.cancelBubble=true;" href="individual.php?pid=', $pid, '&ged=', rawurlencode($GEDCOM), '">',
- '<span id="namedef-',$boxID, '" class="name',$style,' ',$classfacts,'">', $name, '</span>
+ '<span id="namedef-',$boxID, '" class="name',$style,' ',$classfacts,'">', $shortname, '</span>
</a>
<p style="font-size:90%;margin:0;">', $person->getLifeSpan(), '</p>
<p style="font-size:90%;margin:0;">', $birthplace, '</p>
|
