diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2012-06-20 06:30:55 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2012-06-20 06:30:55 +0000 |
| commit | dc85935eb30177e4daf9b20257d7f3970bd0fcc9 (patch) | |
| tree | 930f987bc9a87129cd10d7475f42bf4170d2c4d7 /themes/minimal/templates | |
| parent | 960cb283e31043ff71829d69678272711806b487 (diff) | |
| download | webtrees-dc85935eb30177e4daf9b20257d7f3970bd0fcc9.tar.gz webtrees-dc85935eb30177e4daf9b20257d7f3970bd0fcc9.tar.bz2 webtrees-dc85935eb30177e4daf9b20257d7f3970bd0fcc9.zip | |
Bug #1014443 - pedigree.php - Multiple Validation Errors
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, |
