Răsfoiți Sursa

Strupid typo :-(

Torbjorn Svensson 20 ani în urmă
părinte
comite
ece365c118
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      modules/Pisg/HTMLGenerator.pm

+ 1 - 1
modules/Pisg/HTMLGenerator.pm

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