From b2c27b2036cbfa1338eef9de0cdc5d44534f5784 Mon Sep 17 00:00:00 2001 From: ozh Date: Tue, 16 Apr 2013 23:18:08 +0200 Subject: [PATCH] Number of hits displayed twice twice. --- yourls-infos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yourls-infos.php b/yourls-infos.php index 27e8df3..d47d2c7 100644 --- a/yourls-infos.php +++ b/yourls-infos.php @@ -364,7 +364,7 @@ } } $hits = sprintf( yourls_n( '%s hit', '%s hits', ${'hits_'.$graph} ), ${'hits_'.$graph} ); - echo "
  • $link ${'hits_'.$graph} $hits $stat
  • \n"; + echo "
  • $link $hits $stat
  • \n"; } ?> -- 2.45.0