Ver Fonte

Add missing </td></tr>

Morten Brix Pedersen há 24 anos atrás
pai
commit
aebc72ed04
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      modules/Pisg/HTMLGenerator.pm

+ 1 - 1
modules/Pisg/HTMLGenerator.pm

@@ -1222,7 +1222,7 @@ sub _mostvoice
         _html("</td></tr>");
     } else {
         my $text = $self->_template_text('mostdevoice3');
-        _html("<tr><td class=\"hicell\">$text");
+        _html("<tr><td class=\"hicell\">$text</td></tr>");
     }
 
 }