From caa6d59a873015721ccf549112a616894bf79f62 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 23 Sep 2013 19:23:54 +0100 Subject: [PATCH] log base was changed years ago, comment never got updated --- ext/tag_list/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/tag_list/main.php b/ext/tag_list/main.php index 7209beac..b8e7e976 100644 --- a/ext/tag_list/main.php +++ b/ext/tag_list/main.php @@ -292,7 +292,7 @@ class TagList extends Extension { ORDER BY count DESC, tag ASC ", array("tags_min"=>$tags_min)); - $html = "Results grouped by loge(n)"; + $html = "Results grouped by log10(n)"; $lastLog = ""; foreach($tag_data as $row) { $h_tag = html_escape($row['tag']);