Skip to content

Commit

Permalink
Changed emitted columns attribute to the correct cols.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly McLaughlin committed May 5, 2009
1 parent cd08e06 commit b7bd4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion element_textarea_x.erl
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ render(ControlID, Record) ->
{class, [textarea, Record#textarea_x.class]},
{style, Record#textarea_x.style},
{rows, Record#textarea_x.rows},
{columns, Record#textarea_x.columns}
{cols, Record#textarea_x.columns}
]).

0 comments on commit b7bd4b3

Please sign in to comment.