From 4f72f557b7c0dc16416668d937a8460c6354e8b4 Mon Sep 17 00:00:00 2001 From: "David F. Skoll" Date: Fri, 5 Oct 2007 11:52:16 -0400 Subject: [PATCH] Minor fix to --nostyle output. --- www/rem2html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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(" "); }