Morten Brix Pedersen 24 лет назад
Родитель
Сommit
aebc72ed04
1 измененных файлов с 1 добавлено и 1 удалено
  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>");
     }
 
 }