summaryrefslogtreecommitdiff
path: root/app/views/helpers/view/global_view.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-23 17:29:23 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-23 17:29:23 +0100
commit6236f2a803185c06331ddd3e5cbdb4499629e1ef (patch)
tree4cddfdf0f050408e6c15effd5305df07678aca53 /app/views/helpers/view/global_view.phtml
parentde4e9d5a85dfb99dcfe7fac765c5af6cd5b5f720 (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.phtml2
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