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 = "

\"New " . escape_html($text); } elsif ($phase == 1) { - $text = "

\"First " . escape_html($text); } elsif ($phase == 2) { - $text = "

\"Full " . escape_html($text); } else { - $text = "

\"Last " . escape_html($text); } $moons[$day] = $text . " ";