diff options
| author | 2014-08-02 20:29:51 +0200 | |
|---|---|---|
| committer | 2014-08-02 20:29:51 +0200 | |
| commit | a9a61929485279c819d42b7a2d65b8a1f5e2cfdd (patch) | |
| tree | 92e07a524ae488420cefce5d8db64e674647656a /app | |
| parent | 274c8096e3ccc8ea008c1a038134ffddc302fd0d (diff) | |
Unicode tick without colour
https://github.com/marienfressinaud/FreshRSS/issues/560
The former was green in Firefox 32 beta
Diffstat (limited to 'app')
| -rwxr-xr-x | app/views/helpers/pagination.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/pagination.phtml b/app/views/helpers/pagination.phtml index f38913c06..f237e1f3e 100755 --- a/app/views/helpers/pagination.phtml +++ b/app/views/helpers/pagination.phtml @@ -14,7 +14,7 @@ <?php } elseif ($markReadUrl) { ?> <a id="bigMarkAsRead" href="<?php echo $markReadUrl; ?>"<?php if ($this->conf->reading_confirm) { echo ' class="confirm"';} ?>> <?php echo Minz_Translate::t ('nothing_to_load'); ?><br /> - <span class="bigTick">✔</span><br /> + <span class="bigTick">✓</span><br /> <?php echo Minz_Translate::t ('mark_all_read'); ?> </a> <?php } else { ?> |
