log base was changed years ago, comment never got updated
This commit is contained in:
parent
c0603d3b4b
commit
caa6d59a87
@ -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']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user