diff options
| author | 2013-11-23 17:29:23 +0100 | |
|---|---|---|
| committer | 2013-11-23 17:29:23 +0100 | |
| commit | 6236f2a803185c06331ddd3e5cbdb4499629e1ef (patch) | |
| tree | 4cddfdf0f050408e6c15effd5305df07678aca53 /app/views/helpers/view/global_view.phtml | |
| parent | de4e9d5a85dfb99dcfe7fac765c5af6cd5b5f720 (diff) | |
Encore des alternatives Unicode aux icônes
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/284
Diffstat (limited to 'app/views/helpers/view/global_view.phtml')
| -rw-r--r-- | app/views/helpers/view/global_view.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/view/global_view.phtml b/app/views/helpers/view/global_view.phtml index 9a47100eb..e555adb9f 100644 --- a/app/views/helpers/view/global_view.phtml +++ b/app/views/helpers/view/global_view.phtml @@ -32,5 +32,5 @@ <div id="overlay"></div> <div id="panel"<?php echo $this->conf->displayPosts () === 'no' ? ' class="hide_posts"' : ''; ?>> - <a class="close" href="#"><i class="icon i_close"></i></a> + <a class="close" href="#"><i class="icon i_close">❌</i></a> </div>
\ No newline at end of file |
