aboutsummaryrefslogtreecommitdiffstats
path: root/includes/event.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-22 19:29:45 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-22 19:29:45 +0000
commit0c27e3620564c993716b237090e5bc6c31138a9d (patch)
tree7f628201f81b7c9173561ce79bf4bd7cbd857380 /includes/event.php
parent3c842ec23775a900e4888f0ad2dee697ef2ea4be (diff)
downloadphpicalendar-0c27e3620564c993716b237090e5bc6c31138a9d.tar.gz
phpicalendar-0c27e3620564c993716b237090e5bc6c31138a9d.tar.bz2
phpicalendar-0c27e3620564c993716b237090e5bc6c31138a9d.zip
Finished todo.php re-work. Updated event.php to match.
Diffstat (limited to 'includes/event.php')
-rw-r--r--includes/event.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/event.php b/includes/event.php
index 58cb30a..05cd892 100644
--- a/includes/event.php
+++ b/includes/event.php
@@ -59,7 +59,7 @@ if ($status) {
}
if ($location) {
if (isset($url)) $location = '<a href="'.$url.'" target="_blank">'.$location.'</a>';
- $display .= $location_lang . ' - ' . $location.'<br>' . "\n";
+ $display .= $location_lang . ' - ' . $location.'<br>';
}
$sheet_href = BASE.'styles/'.$style_sheet.'/default.css';
@@ -74,11 +74,11 @@ echo <<<END
<title>{$cal}</title>
<link rel="stylesheet" type="text/css" href="{$sheet_href}">
</head>
- <body bgcolor="#eeeeee">
+ <body>
<center>
<table border="0" width="430" cellspacing="0" cellpadding="0" class="calborder">
<tr>
- <td align="center" width="98%" class="sideback"><div style="height: 17px; margin-top: 3px;"><font class="G10BOLD">{$cal_title_full}</font></div></td>
+ <td align="center" class="sideback"><div style="height: 17px; margin-top: 3px;" class="G10BOLD">{$cal_title_full}</div></td>
</tr>
<tr>
<td align="left" class="V12">

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