diff --git a/www/rem2html b/www/rem2html
index 3d59ef70..2f934868 100755
--- a/www/rem2html
+++ b/www/rem2html
@@ -171,16 +171,16 @@ sub parse_input {
}
next if ($phase > 3);
if ($phase == 0) {
- $text = "
" . escape_html($text);
} elsif ($phase == 1) {
- $text = " " . escape_html($text);
} elsif ($phase == 2) {
- $text = " " . escape_html($text);
} else {
- $text = " " . escape_html($text);
}
$moons[$day] = $text . " ";