Corrige https://github.com/marienfressinaud/FreshRSS/issues/289
@@ -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>