فهرست منبع

Strupid typo :-(

Torbjorn Svensson 20 سال پیش
والد
کامیت
ece365c118
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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>");
     }
 }