From 0d81696f5436d31f0c4f931a37896a31dec46be1 Mon Sep 17 00:00:00 2001 From: Joshua P Panter Date: Sun, 9 Dec 2018 15:33:59 -0500 Subject: [PATCH] get rid of margin-right for Wallabag button --- wallabag_v2/init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wallabag_v2/init.php b/wallabag_v2/init.php index 03b27a8..cfe5134 100644 --- a/wallabag_v2/init.php +++ b/wallabag_v2/init.php @@ -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", "joshu@unfettered.net"); } @@ -161,7 +161,7 @@ function hook_article_button($line) { $article_id = $line["id"]; $rv = "";