Explorar o código

Unicode tick without colour

https://github.com/marienfressinaud/FreshRSS/issues/560
The former was green in Firefox 32 beta
Alexandre Alapetite %!s(int64=11) %!d(string=hai) anos
pai
achega
a9a6192948
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/views/helpers/pagination.phtml

+ 1 - 1
app/views/helpers/pagination.phtml

@@ -14,7 +14,7 @@
 	<?php } elseif ($markReadUrl) { ?>
 	<a id="bigMarkAsRead" href="<?php echo $markReadUrl; ?>"<?php if ($this->conf->reading_confirm) { echo ' class="confirm"';} ?>>
 		<?php echo Minz_Translate::t ('nothing_to_load'); ?><br />
-		<span class="bigTick"></span><br />
+		<span class="bigTick"></span><br />
 		<?php echo Minz_Translate::t ('mark_all_read'); ?>
 	</a>
 	<?php } else { ?>