Skip to content

Commit

Permalink
get rid of margin-right for Wallabag button
Browse files Browse the repository at this point in the history
  • Loading branch information
joshp23 committed Dec 9, 2018
1 parent f586edb commit 0d81696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wallabag_v2/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Wallabag_v2 extends Plugin {
private $host;

function about() {
return array("1.7.0",
return array("1.7.1",
"Post articles to a Wallabag v 2.x instance",
"[email protected]");
}
Expand Down Expand Up @@ -161,7 +161,7 @@ function hook_article_button($line) {
$article_id = $line["id"];

$rv = "<img id=\"wallabagImgId\" src=\"plugins.local/wallabag_v2/wallabag.png\"
class='tagsPic' style=\"cursor: pointer; margin-right: 12px;\"
class='tagsPic' style=\"cursor: pointer;\"
onclick=\"postArticleToWallabag($article_id)\"
title='".__('Wallabag v2')."'>";

Expand Down

0 comments on commit 0d81696

Please sign in to comment.