Skip to content

Commit

Permalink
Update layouts/joomla/form/field/textarea.php
Browse files Browse the repository at this point in the history
Co-authored-by: Quy <quy@fluxbb.org>
  • Loading branch information
machadoug and Quy committed Jun 29, 2021
1 parent 6dee924 commit 4291f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/joomla/form/field/textarea.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
!empty($autocomplete) ? 'autocomplete="' . $autocomplete . '"' : '',
$autofocus ? 'autofocus' : '',
$spellcheck ? '' : 'spellcheck="false"',
$maxlength ? 'maxlength="'.$maxlength.'"' : '',
$maxlength ? 'maxlength="' . $maxlength . '"' : '',
!empty($counterlabel) ? $counterlabel : '',
$dataAttribute,
);
Expand Down

0 comments on commit 4291f5c

Please sign in to comment.