Ver Fonte

Correction symbole Unicode

Correction de
https://github.com/marienfressinaud/FreshRSS/commit/305f1436e3ca2907e5234ed77f62348cf4303b79
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/284
Alexandre Alapetite há 12 anos atrás
pai
commit
d4fb36fc4a
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      app/views/helpers/view/normal_view.phtml

+ 1 - 2
app/views/helpers/view/normal_view.phtml

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