diff options
| author | 2013-11-24 11:03:19 +0100 | |
|---|---|---|
| committer | 2013-11-24 11:03:19 +0100 | |
| commit | 4d60c911017e62b5c3810fdfa640a5176a05fc5c (patch) | |
| tree | 4c7d286bae84c4b7c79f3f1f361db05d197386d3 | |
| parent | 632423d97ca2ebd30b1214e03592035809217197 (diff) | |
Shaarli source
Corrige https://github.com/marienfressinaud/FreshRSS/issues/289
| -rw-r--r-- | app/views/helpers/view/normal_view.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/view/normal_view.phtml b/app/views/helpers/view/normal_view.phtml index 6a023451f..033eed5b1 100644 --- a/app/views/helpers/view/normal_view.phtml +++ b/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 . '&title=' . $title . '&source=bookmarklet'; ?>"> + <a target="_blank" href="<?php echo $shaarli . '?post=' . $link . '&title=' . $title . '&source=FreshRSS'; ?>"> Shaarli </a> </li> |
