Ticket #171 (closed defect: fixed)
Missing alt tag on single-picture page
| Reported by: | dime | Owned by: | kimparsell |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0 |
| Component: | Theme | Version: | 1.0b3 |
| Severity: | normal | Keywords: | |
| Cc: | tracs@… |
Description
There are no alt tags for thumbnails and images in single-picture pages. This should be added, since it has much value to SE and it is valid.
On line
$imgtag = '<img class="photos-large" src="'.plogger_get_picture_thumb(THUMB_LARGE).'" title="'.$capt.'" alt="'.$capt.'" />';
$capt should be replaced with $picture_caption
This apllies to all themes.
Change History
Note: See
TracTickets for help on using
tickets.
