summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/colors/templates/personbox_template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/colors/templates/personbox_template.php b/themes/colors/templates/personbox_template.php
index cd0afd26d6..ae00842dbc 100644
--- a/themes/colors/templates/personbox_template.php
+++ b/themes/colors/templates/personbox_template.php
@@ -46,7 +46,7 @@ if ($show_full) {
}
echo $thumbnail,
'<a onclick="event.cancelBubble=true;" href="individual.php?pid=', $pid, '&amp;ged=', rawurlencode($GEDCOM), '">',
- '<span id="namedef-',$boxID, '" class="name',$style,' ',$classfacts;'">';
+ '<span id="namedef-',$boxID, '" class="name',$style,' ',$classfacts,'">';
if ($show_full) {
echo $name.$addname;
} else {