Skip to content

Commit

Permalink
Number of hits displayed twice twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
ozh committed Apr 16, 2013
1 parent d293c4e commit b2c27b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yourls-infos.php
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
}
}
$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>
Expand Down

0 comments on commit b2c27b2

Please sign in to comment.