瀏覽代碼

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>");
         _html("</td></tr>");
     } else {
     } else {
-        my $text = $self->_template_text('wprds3');
+        my $text = $self->_template_text('words3');
         _html("<tr><td class=\"hicell\">$text</td></tr>");
         _html("<tr><td class=\"hicell\">$text</td></tr>");
     }
     }
 }
 }