Просмотр исходного кода

Shaarli source

Corrige https://github.com/marienfressinaud/FreshRSS/issues/289
Alexandre Alapetite 12 лет назад
Родитель
Сommit
4d60c91101
1 измененных файлов с 1 добавлено и 1 удалено
  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>