aboutsummaryrefslogtreecommitdiff
path: root/app/layout/layout.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/layout/layout.phtml
parentde4e9d5a85dfb99dcfe7fac765c5af6cd5b5f720 (diff)
Encore des alternatives Unicode aux icônes
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/284
Diffstat (limited to 'app/layout/layout.phtml')
-rw-r--r--app/layout/layout.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml
index 4232b714d..633af16f2 100644
--- a/app/layout/layout.phtml
+++ b/app/layout/layout.phtml
@@ -36,7 +36,7 @@
?>
<div class="notification <?php echo $this->notification['type']; ?>">
<?php echo $this->notification['content']; ?>
- <a class="close" href=""><i class="icon i_close"></i></a>
+ <a class="close" href=""><i class="icon i_close">❌</i></a>
</div>
<?php } ?>
</body>