diff --git a/www/rem2html b/www/rem2html
index be428eda..3ca5dc56 100755
--- a/www/rem2html
+++ b/www/rem2html
@@ -248,7 +248,7 @@ sub small_calendar
my $class;
if ($Options{'nostyle'}) {
print '
';
- $class = '';
+ $class = ' align="right"';
} else {
print '
';
$class = ' class="rem-sc-hdr"';
@@ -269,7 +269,7 @@ sub small_calendar
print("
\n");
}
if ($Options{'nostyle'}) {
- print("| | ");
+ print(" | ");
} else {
print(" | ");
}
@@ -281,7 +281,7 @@ sub small_calendar
}
$col++;
if ($Options{'nostyle'}) {
- print("$day | ");
+ print("$day | ");
} else {
print("$day | ");
}
@@ -293,7 +293,7 @@ sub small_calendar
if ($col) {
while ($col < 7) {
if ($Options{'nostyle'}) {
- print(" | ");
+ print(" | ");
} else {
print(" | ");
}