attributes – missing space
-
was unable to edit my last post, which i don’t know if it even posted (it’s not visible to me) – if it did, sorry for dbbl post
the ‘src’ and ‘title’ attribs run together
the problem line is in simple-share-buttons-adder.php:
// show ssba image $htmlShareButtons .= '<img src="' . WP_PLUGIN_URL . '/simple-share-buttons-adder/buttons/' . $arrSettings['ssba_image_set'] . '/stumbleupon.png"title="StumbleUpon" class="ssba" alt="Share on StumbleUpon" />';should be:
// show ssba image $htmlShareButtons .= '<img src="' . WP_PLUGIN_URL . '/simple-share-buttons-adder/buttons/' . $arrSettings['ssba_image_set'] . '/stumbleupon.png "title="StumbleUpon" class="ssba" alt="Share on StumbleUpon" />';
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘attributes – missing space’ is closed to new replies.