We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.mozilo.de/forum/index.php/topic,4786.0.html
The text was updated successfully, but these errors were encountered:
Vorschlag meinerseits... das tut zumindest bei mir, was es soll.
/cms/Syntax.php, Zeile 655
alt: return '<figure><img itemprop="image" src="'.$imgsrc.'" alt="'.$language->getLanguageHtml("alttext_image_1", $alt).'" class="'.$cssclass.'" '.$attr.'><figcaption itemprop="caption" class="imagesubtitle">'.$subtitle.'</figcaption></figure>';
return '<figure><img itemprop="image" src="'.$imgsrc.'" alt="'.$language->getLanguageHtml("alttext_image_1", $alt).'" class="'.$cssclass.'" '.$attr.'><figcaption itemprop="caption" class="imagesubtitle">'.$subtitle.'</figcaption></figure>';
neu return '<figure class="'.$cssclass.'"><img itemprop="image" src="'.$imgsrc.'" alt="'.$language->getLanguageHtml("alttext_image_1", $alt).'" class="'.$cssclass.'" '.$attr.'><figcaption itemprop="caption" class="imagesubtitle">'.$subtitle.'</figcaption></figure>';
return '<figure class="'.$cssclass.'"><img itemprop="image" src="'.$imgsrc.'" alt="'.$language->getLanguageHtml("alttext_image_1", $alt).'" class="'.$cssclass.'" '.$attr.'><figcaption itemprop="caption" class="imagesubtitle">'.$subtitle.'</figcaption></figure>';
Sorry, something went wrong.
No branches or pull requests
https://www.mozilo.de/forum/index.php/topic,4786.0.html
The text was updated successfully, but these errors were encountered: