Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/YOURLS/YOURLS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozh <ozh@ozh.org>2013-04-17 01:18:08 +0400
committerozh <ozh@ozh.org>2013-04-17 01:18:08 +0400
commitb2c27b2036cbfa1338eef9de0cdc5d44534f5784 (patch)
tree48b8d08e19aec20b258994fd1504ffa52e381ca9
parentd293c4e12232a845ba9592b30fbfac6dd3c87e0e (diff)
Number of hits displayed twice twice.1.6
-rw-r--r--yourls-infos.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/yourls-infos.php b/yourls-infos.php
index 27e8df39..d47d2c7a 100644
--- a/yourls-infos.php
+++ b/yourls-infos.php
@@ -364,7 +364,7 @@ yourls_html_menu();
}
}
$hits = sprintf( yourls_n( '%s hit', '%s hits', ${'hits_'.$graph} ), ${'hits_'.$graph} );
- echo "<li><span class='historical_link'>$link</span> <span class='historical_count'>${'hits_'.$graph} $hits</span> $stat</li>\n";
+ echo "<li><span class='historical_link'>$link</span> <span class='historical_count'>$hits</span> $stat</li>\n";
}
?>
</ul>