log base was changed years ago, comment never got updated

This commit is contained in:
Shish 2013-09-23 19:23:54 +01:00
parent c0603d3b4b
commit caa6d59a87

View File

@ -292,7 +292,7 @@ class TagList extends Extension {
ORDER BY count DESC, tag ASC
", array("tags_min"=>$tags_min));
$html = "Results grouped by log<sub>e</sub>(n)";
$html = "Results grouped by log<sub>10</sub>(n)";
$lastLog = "";
foreach($tag_data as $row) {
$h_tag = html_escape($row['tag']);