[#11891] Incl.fix: {cgsi_convert} does not support class parameter
History
Updated: 2018-09-22 12:17
resolution_id: 5 => 7
Updated: 2018-09-12 06:35
description: cgsi_convert does not replace the class (and alt, as reported by adrien jaures in 11377) parameters. Can be fixed by adding:
(This is meant as a suggestion)
case 'alt':
$value = trim($value);
if($value) $sxe[$key] = trim($value);
brea => cgsi_convert does not replace the class (and alt, as reported by adrien jaures in 11377) parameters. Can be fixed by adding:
(This is meant as a suggestion)
case 'alt':
$value = trim($value);
if($value) $sxe[$key] = trim($value);
brea
resolution_id: => 5