﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
1052	Fehlender Title-Tag bei Bildern	matzell	somebody	"Datei: /inc/xtc_image.inc.php
Zeile: 30

Bisher: 
{{{
    $image = '<img src=""' . xtc_parse_input_field_data(DIR_WS_BASE.$src, array('""' => '&quot;')) . '"" alt=""' . xtc_parse_input_field_data($alt, array('""' => '&quot;')) . '""';
}}}

Ändern zu:
{{{
    $image = '<img src=""' . xtc_parse_input_field_data(DIR_WS_BASE.$src, array('""' => '&quot;')) . '"" title=""' . xtc_parse_input_field_data($alt, array('""' => '&quot;')) . '"" alt=""' . xtc_parse_input_field_data($alt, array('""' => '&quot;')) . '""';
}}}


Grund:
Durch das fehlen des Title-Tags kann z.B. dem Slider kein Caption hinzugefügt werden. Zudem ist es ratsam, dass ein jedes Bild IMMER mit einem Title versehen ist."	Erweiterung	new	normal		Shop	2.0.0.0					
