Bug report – Problem on alt and title empty
-
Hello,
With the last version of plugin, if the alt attribute is empty, in generated code there is aalttitledata-src="url", and the main image does not display, of course.
If the alt attribute is filled, there istitledata-src="url"instead. The title does not seem to be retrieved.
I made a quick fix by adding spaces in msp-shortcode.php l.732 in alt=”%s” and title=”%s” :
$slide_content .= "\t\t\t\t\t" . sprintf('<img src="%s" alt="%s " />', $src_blank, $alt, $title, $src )."\n";
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Bug report – Problem on alt and title empty’ is closed to new replies.