summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Peters <makitso@gmail.com>2012-01-20 01:40:41 +0000
committerRob Peters <makitso@gmail.com>2012-01-20 01:40:41 +0000
commit9ee5701e2ebba8d1ba8d044ed6d1fed758b56271 (patch)
tree831cf4b6545c86892543a38f147de58c0fe6e2cc
parent659160e2f0a3283c386ed99226b85060abffbebe (diff)
downloadwebtrees-9ee5701e2ebba8d1ba8d044ed6d1fed758b56271.tar.gz
webtrees-9ee5701e2ebba8d1ba8d044ed6d1fed758b56271.tar.bz2
webtrees-9ee5701e2ebba8d1ba8d044ed6d1fed758b56271.zip
Correct syntax error missed in last update
-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 {