فهرست منبع

Symbole Unicode oublié pour lien du bas

https://github.com/marienfressinaud/FreshRSS/issues/284
Alexandre Alapetite 12 سال پیش
والد
کامیت
5f20ec5d58
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      app/views/helpers/view/normal_view.phtml

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

@@ -1,4 +1,5 @@
 <?php
+
 $this->partial ('aside_flux');
 $this->partial ('nav_menu');
 
@@ -151,7 +152,7 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) {
 				</li>
 				<?php } ?>
 				<?php if ($this->conf->bottomlineDate ()) { ?><li class="item date"><?php echo $item->date (); ?> </li><?php } ?>
-				<?php if ($this->conf->bottomlineLink ()) { ?><li class="item link"><a class="icon" target="_blank" href="<?php echo $item->link (); ?>"> </a></li><?php } ?>
+				<?php if ($this->conf->bottomlineLink ()) { ?><li class="item link"><a class="icon" target="_blank" href="<?php echo $item->link (); ?>"></a></li><?php } ?>
 			</ul>
 		</div>
 	</div>