Explorar el Código

Shaarli source

Corrige https://github.com/marienfressinaud/FreshRSS/issues/289
Alexandre Alapetite hace 12 años
padre
commit
4d60c91101
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/views/helpers/view/normal_view.phtml

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

@@ -106,7 +106,7 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) {
 								if ((!login_is_conf ($this->conf) || is_logged ()) && $shaarli) {
 							?>
 							<li class="item">
-								<a target="_blank" href="<?php echo $shaarli . '?post=' . $link . '&amp;title=' . $title . '&amp;source=bookmarklet'; ?>">
+								<a target="_blank" href="<?php echo $shaarli . '?post=' . $link . '&amp;title=' . $title . '&amp;source=FreshRSS'; ?>">
 									Shaarli
 								</a>
 							</li>