Skip to content

Commit

Permalink
Update textarea.php
Browse files Browse the repository at this point in the history
  • Loading branch information
machadoug committed Jul 5, 2021
1 parent 6a46b9f commit 252aa1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/joomla/form/field/textarea.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
/**
* Layout variables
* -----------------
* @var int $rows rows attribute for the field.
* @var int $cols cols attribute for the field.
* @var int $maxlength maxlength attribute for the field.
* @var integer $rows rows attribute for the field.
* @var integer $cols cols attribute for the field.
* @var integer $maxlength maxlength attribute for the field.
* @var string $autocomplete Autocomplete attribute for the field.
* @var boolean $autofocus Is autofocus enabled?
* @var string $class Classes for the input.
Expand Down

0 comments on commit 252aa1b

Please sign in to comment.