X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=plugins%2Fbookmarklets%2Finit.php;h=a230b2854555c97947224e4ca48d9c7eef93d970;hb=73dfda1da6c641ca86965b0501bb1ec54f5daa81;hp=4c4d95d498973647203bd4ec647463018ceddbb3;hpb=8b8820e52431f807ee0ded7a5fad59223f58fe5f;p=tt-rss.git diff --git a/plugins/bookmarklets/init.php b/plugins/bookmarklets/init.php index 4c4d95d4..a230b285 100644 --- a/plugins/bookmarklets/init.php +++ b/plugins/bookmarklets/init.php @@ -19,7 +19,7 @@ class Bookmarklets extends Plugin { print "
"; - print_notice(__("Drag the link below to your browser toolbar, open the feed you're interested in in your browser and click on the link to subscribe to it.")); + print "

" . __("Drag the link below to your browser toolbar, open the feed you're interested in in your browser and click on the link to subscribe to it.") . "

"; $bm_subscribe_url = str_replace('%s', '', add_feed_url()); @@ -31,7 +31,7 @@ class Bookmarklets extends Plugin { print "" . __('Subscribe in Tiny Tiny RSS'). ""; print "

"; - print_notice(__("Use this bookmarklet to publish arbitrary pages using Tiny Tiny RSS")); + print "

" . __("Use this bookmarklet to publish arbitrary pages using Tiny Tiny RSS") . "

"; print "

";