diff --git a/root/portal/modules/portal_calendar.php b/root/portal/modules/portal_calendar.php
index 2b56b789..f5d25218 100644
--- a/root/portal/modules/portal_calendar.php
+++ b/root/portal/modules/portal_calendar.php
@@ -95,8 +95,8 @@ class portal_calendar_module
// output our general calendar bits
$down = $mini_cal_month - 1;
$up = $mini_cal_month + 1;
- $prev_month = '
';
- $next_month = '
';
+ $prev_month = '
';
+ $next_month = '
';
$template->assign_block_vars('minical', array(
'S_SUNDAY_FIRST' => ($config['board3_sunday_first_' . $module_id]) ? true : false,