aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-03-10 18:34:18 +0000
committerChad Little <clittle@users.sourceforge.net>2003-03-10 18:34:18 +0000
commitf35b2a9d4c0e7b7674316e29c0a0381c27f4f27d (patch)
treedd379a681fe8f2f8c9259ad2b7232577f2a27d60 /includes
parent00badbbaaf12ee8fd6e0afe6f22b974fe568449c (diff)
downloadphpicalendar-f35b2a9d4c0e7b7674316e29c0a0381c27f4f27d.tar.gz
phpicalendar-f35b2a9d4c0e7b7674316e29c0a0381c27f4f27d.tar.bz2
phpicalendar-f35b2a9d4c0e7b7674316e29c0a0381c27f4f27d.zip
Final html validation issues with day.php.
Diffstat (limited to 'includes')
-rw-r--r--includes/sidebar.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/includes/sidebar.php b/includes/sidebar.php
index 0223f14..5b69789 100644
--- a/includes/sidebar.php
+++ b/includes/sidebar.php
@@ -6,7 +6,7 @@
$cal_displayname2 = $cal_displayname2 . "...";
}
- $search_box = '<form action="search.php" method="GET"><input type="hidden" name="cal" value="'.$cal.'"><input type="hidden" name="getdate" value="'.$getdate.'"><input type="text" size="15" class="search_style" name="query" value="'.$search_lang.'" onfocus="javascript:if(this.value==\''.$search_lang.'\') {this.value=\'\';}" onblur="javascript:if(this.value==\'\') {this.value=\''.$search_lang.'\'}"><INPUT type="image" src="styles/'.$style_sheet.'/search.gif" border=0 height="19" width="18" name="submit" value="Search"></form>';
+ $search_box = '<form action="search.php" method="GET"><input type="hidden" name="cal" value="'.$cal.'"><input type="hidden" name="getdate" value="'.$getdate.'"><input type="text" size="15" class="search_style" name="query" value="'.$search_lang.'" onfocus="javascript:if(this.value==\''.$search_lang.'\') {this.value=\'\';}" onblur="javascript:if(this.value==\'\') {this.value=\''.$search_lang.'\'}"><INPUT type="image" src="styles/'.$style_sheet.'/search.gif" name="submit" value="Search"></form>';
?>
@@ -306,8 +306,8 @@ if ((isset($master_array['-2'])) && ($show_todos == 'yes')) { ?>
}
?>
</tr>
- <tr height="3">
- <td colspan="7"><img src="images/spacer.gif" width="1" height="3" alt=" "></td>
+ <tr>
+ <td colspan="7" height="3"><img src="images/spacer.gif" width="1" height="3" alt=" "></td>
</tr>
<?php
$minical_time = strtotime("-1 month", $fake_getdate_time);
@@ -386,8 +386,8 @@ if ((isset($master_array['-2'])) && ($show_todos == 'yes')) { ?>
}
?>
</tr>
- <tr height="3">
- <td colspan="7"><img src="images/spacer.gif" width="1" height="3" alt=" "></td>
+ <tr>
+ <td colspan="7" height="3"><img src="images/spacer.gif" width="1" height="3" alt=" "></td>
</tr>
<?php
$minical_time = $fake_getdate_time;
@@ -466,8 +466,8 @@ if ((isset($master_array['-2'])) && ($show_todos == 'yes')) { ?>
}
?>
</tr>
- <tr height="3">
- <td colspan="7"><img src="images/spacer.gif" width="1" height="3" alt=" "></td>
+ <tr>
+ <td colspan="7" height="3"><img src="images/spacer.gif" width="1" height="3" alt=" "></td>
</tr>
<?php
$minical_time = strtotime("+1 month", $fake_getdate_time);

© 2014-2024 Faster IT GmbH | imprint | privacy policy