Parcourir la source

Add missing </td></tr>

Morten Brix Pedersen il y a 24 ans
Parent
commit
aebc72ed04
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      modules/Pisg/HTMLGenerator.pm

+ 1 - 1
modules/Pisg/HTMLGenerator.pm

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