Correction symbole Unicode

Correction de
305f1436e3
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/284
This commit is contained in:
Alexandre Alapetite
2013-11-21 22:58:22 +01:00
parent 4a89d1e08f
commit d4fb36fc4a

View File

@@ -1,5 +1,4 @@
<?php
$this->partial ('aside_flux');
$this->partial ('nav_menu');
@@ -42,7 +41,7 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) {
if ($this->conf->toplineRead ()) {
?><li class="item manage"><?php
?><a class="read" href="<?php echo _url ('entry', 'read', 'id', $item->id (), 'is_read', $item->isRead () ? 0 : 1); ?>"><?php
echo $item->isRead () ? '☑' : ''; ?></a><?php
echo $item->isRead () ? '☑' : ''; ?></a><?php
?></li><?php
}
if ($this->conf->toplineFavorite ()) {