summaryrefslogtreecommitdiff
path: root/themes/minimal/templates
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2012-06-19 07:25:40 +0000
committerNigel Osborne <kiwi3685@me.com>2012-06-19 07:25:40 +0000
commit43303ca1d510ad42f3873c614a958ae1b031481a (patch)
treee01bdab210970ed9065bb0592f474762c34d1fd8 /themes/minimal/templates
parent666d39ae81c720eecf3e5755ab33f102206c6d58 (diff)
downloadwebtrees-43303ca1d510ad42f3873c614a958ae1b031481a.tar.gz
webtrees-43303ca1d510ad42f3873c614a958ae1b031481a.tar.bz2
webtrees-43303ca1d510ad42f3873c614a958ae1b031481a.zip
Bug #1014443 - pedigree.php - Multiple Validation Errors
Diffstat (limited to 'themes/minimal/templates')
-rw-r--r--themes/minimal/templates/personbox_template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/minimal/templates/personbox_template.php b/themes/minimal/templates/personbox_template.php
index 43c00b0050..c295973fcc 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,' class="personbox_template">
+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,