aboutsummaryrefslogtreecommitdiffstats
path: root/functions/error.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-06 19:51:02 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-06 19:51:02 +0000
commit89d24274b2c0810d5e595b499983cb7664c70b88 (patch)
tree901e883facd7c472985a8e1d6366b2aa2428a56c /functions/error.php
parentb2612dce88e25a1381f4b48a1157a731bdd4fa32 (diff)
downloadphpicalendar-89d24274b2c0810d5e595b499983cb7664c70b88.tar.gz
phpicalendar-89d24274b2c0810d5e595b499983cb7664c70b88.tar.bz2
phpicalendar-89d24274b2c0810d5e595b499983cb7664c70b88.zip
Month tweeks, added multiple line support (again) to parser. Broke the error stuff.
Diffstat (limited to 'functions/error.php')
-rw-r--r--functions/error.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/error.php b/functions/error.php
index 310d3c7..8a59e86 100644
--- a/functions/error.php
+++ b/functions/error.php
@@ -40,7 +40,6 @@ function error($error_msg='There was an error processing the request.', $file='N
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="G10B">
<tr>
- <td height="300"><img height="300" width="1" src="images/spacer.gif"></td>
<td align="center" valign="top">
<br>
<?php echo $error_msg; ?>
@@ -50,8 +49,9 @@ function error($error_msg='There was an error processing the request.', $file='N
<br>
<br>
<?php echo $error_back_lang; ?>
+ <br>
+ <br>
</td>
- <td height="300"><img height="300" width="1" src="images/spacer.gif"></td>
</tr>
</table>
</td>

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