diff --git a/administrator/components/com_newsfeeds/forms/newsfeed.xml b/administrator/components/com_newsfeeds/forms/newsfeed.xml index 2d192964cdd79..cd9a123499b01 100644 --- a/administrator/components/com_newsfeeds/forms/newsfeed.xml +++ b/administrator/components/com_newsfeeds/forms/newsfeed.xml @@ -264,6 +264,13 @@ size="20" /> + + + + image_first) && !empty($images->image_first)) : ?> float_first) ? $this->params->get('float_first') : $images->float_first; ?> + image_first_alt) && empty($images->image_first_alt_empty) + ? '' + : 'alt="' . htmlspecialchars($images->image_first_alt, ENT_COMPAT, 'UTF-8') . '"'; ?> +
image_first_caption) : ?> image_first_caption, ENT_COMPAT, 'UTF-8') . '"'; ?> - src="image_first, ENT_COMPAT, 'UTF-8'); ?>" alt="image_first_alt, ENT_COMPAT, 'UTF-8'); ?>"> + src="image_first, ENT_COMPAT, 'UTF-8'); ?>" >
image_second) and !empty($images->image_second)) : ?> float_second) ? $this->params->get('float_second') : $images->float_second; ?> + image_second_alt) && empty($images->image_second_alt_empty) + ? '' + : 'alt="' . htmlspecialchars($images->image_second_alt, ENT_COMPAT, 'UTF-8') . '"'; ?>
image_second_caption) : ?> image_second_caption) . '"'; ?> - src="image_second, ENT_COMPAT, 'UTF-8'); ?>" alt="image_second_alt, ENT_COMPAT, 'UTF-8'); ?>"> + src="image_second, ENT_COMPAT, 'UTF-8'); ?>" >