Skip to content

Commit

Permalink
Invalid attribute name character
Browse files Browse the repository at this point in the history
See this:
Fabrik#1982
  • Loading branch information
tbob18 authored Mar 23, 2018
1 parent a4db5ce commit ad91497
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

$d = $displayData;
$multiple = $d->multiple ? 'multiple' : '';
$multisize = $d->multisize === '' ? '' : 'size="' . $d->multisize . '""';
$multisize = $d->multisize === '' ? '' : 'size="' . $d->multisize . '"';
?>

<select name="<?php echo $d->name ?>" id="<?php echo $d->id ?>" <?php echo $multiple; ?>
Expand Down

0 comments on commit ad91497

Please sign in to comment.