diff options
| author | Rob Peters <makitso@gmail.com> | 2012-01-29 16:16:09 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2012-01-29 16:16:09 +0000 |
| commit | f565cab0eec52bd3cbc0cd6f2f831696a4f53812 (patch) | |
| tree | 7a1058885d44a2218f9e0b8810d1241154b77a62 /themes/minimal/templates | |
| parent | 3d5c31e1c3a7efe13d05decc1e4d87f54199a54d (diff) | |
| download | webtrees-f565cab0eec52bd3cbc0cd6f2f831696a4f53812.tar.gz webtrees-f565cab0eec52bd3cbc0cd6f2f831696a4f53812.tar.bz2 webtrees-f565cab0eec52bd3cbc0cd6f2f831696a4f53812.zip | |
Correct W3C validation errors
Diffstat (limited to 'themes/minimal/templates')
| -rw-r--r-- | themes/minimal/templates/compactbox_template.php | 6 | ||||
| -rw-r--r-- | themes/minimal/templates/personbox_template.php | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/themes/minimal/templates/compactbox_template.php b/themes/minimal/templates/compactbox_template.php index 51d45f70d8..4636fcf79d 100644 --- a/themes/minimal/templates/compactbox_template.php +++ b/themes/minimal/templates/compactbox_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="compact_view" style="cursor:url(\''.$WT_IMAGES["zoomin"].'\'),n-resize;">', $thumbnail, '<a onclick="event.cancelBubble=true;" href="individual.php?pid=', $pid, '&ged=', rawurlencode($GEDCOM), '" title="',strip_tags($name),'"> @@ -45,8 +45,8 @@ echo '<div id="out-', $boxID ,'" ', $outBoxAdd, '"> echo '<div id="fontdef-',$boxID,'" class="details',$style,'" style="display:none;"> <br><hr> <a onclick="event.cancelBubble=true;" href="individual.php?pid=', $pid, '&ged=', rawurlencode($GEDCOM), '">', - '<span id="namedef-',$boxID, '" class="name',$style,' ',$classfacts,'">', $name.$addname, '</span> - <span class="name',$style,'" ',$genderImage,'</span> + '<span id="namedef-',$boxID, '.2" class="name',$style,' ',$classfacts,'">', $name.$addname, '</span> + <span class="name',$style,'">',$genderImage,'</span> </a>', $BirthDeath, '</div> diff --git a/themes/minimal/templates/personbox_template.php b/themes/minimal/templates/personbox_template.php index 40a85e681d..781e0f8c28 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,' width: 25px; height: 50px">', $icons, '</div>', $thumbnail, '<a onclick="event.cancelBubble=true;" href="individual.php?pid=', $pid, '&ged=', rawurlencode($GEDCOM), '"> |
