diff --git a/plugins/calendar/functions.inc b/plugins/calendar/functions.inc
index 97e2f202c..8f720424c 100644
--- a/plugins/calendar/functions.inc
+++ b/plugins/calendar/functions.inc
@@ -199,11 +199,11 @@ function phpblock_calendar( $help='', $title='' )
if( !$headline ) {
if($z == 2) {
if( $numRows > 0 ) {
- $retval .= '' . $LANG_CAL_1[23] . '
';
+ $retval .= '' . $LANG_CAL_1[23] . '
';
}
} else {
if( $totalrows > 0 ) {
- $retval .= '' . $LANG_CAL_1[24] . '
';
+ $retval .= '' . $LANG_CAL_1[24] . '
';
}
}
$headline = true;
@@ -249,12 +249,12 @@ function phpblock_calendar( $help='', $title='' )
if( $todaysEvent ) {
$retval .= '';
}
- $retval .= '' . $dayName1 . ' '
- . $abbrDate1 . '';
+ $retval .= '' . $dayName1 . ' '
+ . $abbrDate1 . '';
// If different start and end dates, then display end date:
if( $abbrDate1 != $abbrDate2 ) {
- $retval .= ' -
' . $dayName2 . ' ' . $abbrDate2 . '';
+ $retval .= ' -
' . $dayName2 . ' ' . $abbrDate2 . '';
}
if( $todaysEvent ) {
$retval .= '';
diff --git a/plugins/calendar/templates/default/addevent.thtml b/plugins/calendar/templates/default/addevent.thtml
index 9fb381213..eb820b109 100644
--- a/plugins/calendar/templates/default/addevent.thtml
+++ b/plugins/calendar/templates/default/addevent.thtml
@@ -5,23 +5,23 @@
{intro_msg} |
- | {lang_event}: |
+ {lang_event}: |
{event_title} |
- | {lang_starts}: |
+ {lang_starts}: |
{event_start} |
- | {lang_ends}: |
+ {lang_ends}: |
{event_end} |
- | {lang_where}: |
+ {lang_where}: |
{event_location} |
- | {lang_description}: |
+ {lang_description}: |
{event_description} |
diff --git a/plugins/calendar/templates/default/calendar.thtml b/plugins/calendar/templates/default/calendar.thtml
index b6c938b97..0c0fd0039 100644
--- a/plugins/calendar/templates/default/calendar.thtml
+++ b/plugins/calendar/templates/default/calendar.thtml
@@ -4,7 +4,7 @@
| {lang_day} |
{lang_week} |
- {lang_month} |
+ {lang_month} |
diff --git a/plugins/calendar/templates/default/calendarweek.thtml b/plugins/calendar/templates/default/calendarweek.thtml
index c609ec46c..30f354ab2 100644
--- a/plugins/calendar/templates/default/calendarweek.thtml
+++ b/plugins/calendar/templates/default/calendarweek.thtml
@@ -1,7 +1,7 @@
{# begin {templatelocation} #}
- | >> |
+ >> |
{cal_days}
diff --git a/plugins/calendar/templates/default/dayview/dayview.thtml b/plugins/calendar/templates/default/dayview/dayview.thtml
index c5ba099ec..6ba518f42 100644
--- a/plugins/calendar/templates/default/dayview/dayview.thtml
+++ b/plugins/calendar/templates/default/dayview/dayview.thtml
@@ -2,7 +2,7 @@