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 c295973fcc..0abea66f6c 100644 --- a/themes/minimal/templates/personbox_template.php +++ b/themes/minimal/templates/personbox_template.php @@ -32,7 +32,7 @@ if (!defined('WT_WEBTREES')) { exit; } -echo '<div id="out-',$boxID,'" ',$outBoxAdd,'"> +echo '<div id="out-',$boxID,'" ',$outBoxAdd,'> <div class="noprint" id="icons-',$boxID,'" style="',$iconsStyleAdd,'">', $icons, '</div>', '<div class="chart_textbox" style="max-height:', $bheight,'px;">', $thumbnail, |
