XHTML 1.0 trans. compliance

This commit is contained in:
Sebastian Mendel
2005-10-11 16:07:27 +00:00
parent f0c2ec358c
commit 96d1b5cc8b
5 changed files with 13 additions and 12 deletions

View File

@@ -152,7 +152,7 @@ h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo
// is not responding. Work has to be done to merge all code that
// starts the page (DOCTYPE and this div) to one place
?>
<div id="TooltipContainer" name="TooltipContainer" onmouseover="holdTooltip();" onmouseout="swapTooltip('default');"></div>
<div id="TooltipContainer" onmouseover="holdTooltip();" onmouseout="swapTooltip('default');"></div>
<?php
// if we display the "Server not responding" error, do not confuse users