diff options
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ authorize_user(); $count = $results->fetch()[0]; foreach (str_split($count) as $c) { - echo "<img src=\"/static/img/counter/$c.png\" alt=\"\" />"; + echo "<img src=\"/static/img/counter/$c.png\" alt=\"$c\" />"; } ?> </div> |
