diff options
| author | Rob Peters <makitso@gmail.com> | 2012-01-20 01:40:41 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2012-01-20 01:40:41 +0000 |
| commit | 9ee5701e2ebba8d1ba8d044ed6d1fed758b56271 (patch) | |
| tree | 831cf4b6545c86892543a38f147de58c0fe6e2cc | |
| parent | 659160e2f0a3283c386ed99226b85060abffbebe (diff) | |
| download | webtrees-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.php | 2 |
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, '&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 { |
