summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-24 11:03:19 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-24 11:03:19 +0100
commit4d60c911017e62b5c3810fdfa640a5176a05fc5c (patch)
tree4c7d286bae84c4b7c79f3f1f361db05d197386d3
parent632423d97ca2ebd30b1214e03592035809217197 (diff)
Shaarli source
Corrige https://github.com/marienfressinaud/FreshRSS/issues/289
-rw-r--r--app/views/helpers/view/normal_view.phtml2
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 . '&amp;title=' . $title . '&amp;source=bookmarklet'; ?>">
+ <a target="_blank" href="<?php echo $shaarli . '?post=' . $link . '&amp;title=' . $title . '&amp;source=FreshRSS'; ?>">
Shaarli
</a>
</li>