Bug 4544: additional fix for 4.2.x
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
c1a3f85fbd
commit
304fb2b645
@ -992,7 +992,8 @@ EOT;
|
||||
$html_output .= '<td>' . $properties['collation'] . '</td>';
|
||||
$html_output .= '<td>' . $properties['func'] . '</td>';
|
||||
// here, the data-type attribute is needed for a date/time picker
|
||||
$html_output .= '<td data-type="' . $properties['type'] . '"'
|
||||
$html_output .= '<td data-type="'
|
||||
. htmlspecialchars($properties['type']) . '"'
|
||||
. '>' . $properties['value'] . '</td>';
|
||||
$html_output .= '</tr>';
|
||||
//Displays hidden fields
|
||||
|
||||
Loading…
Reference in New Issue
Block a user