]> git.mxchange.org Git - friendica-addons.git/commitdiff
some string :wqbeautifications
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 9 Feb 2017 18:07:00 +0000 (19:07 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 9 Feb 2017 18:07:00 +0000 (19:07 +0100)
pledgie/pledgie.php

index 73b9c642fafaa910f44eea4f0f55fbe9771509df..e44255a826e93eb216258aa4ef442cc9085185c6 100644 (file)
@@ -71,9 +71,9 @@ function pledgie_active(&$a,&$b) {
        $campaign = get_config('pledgie-campaign','text');
        $describe = get_config('pledgie-describe','text');
        $b .= '<div style="position: fixed; padding:5px; border-style:dotted; border-width:1px; background-color: white; line-height: 1; bottom: 5px; left: 20px; z-index: 1000; width: 150px; font-size: 12px;">';
-       $b .= $describe . '<br/><a href=\'https://www.pledgie.com/campaigns/';
+       $b .= $describe . '<br/><a href="https://www.pledgie.com/campaigns/';
        $b .= $campaign;
-       $b .= '\'><img alt=\'Click here to lend your support to: ' . $describe .  '!\' src=\'https://www.pledgie.com/campaigns/';
+       $b .= '"><img alt="Click here to lend your support to: ' . $describe .  '!" src="https://www.pledgie.com/campaigns/';
        $b .= $campaign;
-       $b .= '.png?skin_name=chrome\' border=\'0\' target=\'_blank\' /></a></div>';
+       $b .= '.png?skin_name=chrome" border="0" target="_blank" /></a></div>';
 }