User tests: Successful: Unsuccessful:
Pull Request for Issue #15774
Just some general styling updates and improvements for com_tags
Status | New | ⇒ | Pending |
Category | ⇒ | com_tags Front End |
Labels |
Added:
?
|
@brianteeman - removed the /
from one of the other images, but not sure what you're referring to with the "escaping/validation"
<img src="<?php echo htmlspecialchars($images->image_fulltext, ENT_COMPAT, 'UTF-8'); ?>" alt="<?php echo htmlspecialchars($images->image_fulltext_alt); ?>">
<img src="<?php echo htmlspecialchars($images->image_intro); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>">
src="<?php echo $images->image_intro; ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>">
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-12 16:29:28 |
Closed_By | ⇒ | wilsonge |
The escaping/validation of the image and alt are different in each case