Skip to content

Commit

Permalink
Item13693: text has to be passed to a textarea in the body of the tag…
Browse files Browse the repository at this point in the history
…, not the value attribute
  • Loading branch information
Crawford Currie committed Sep 15, 2015
1 parent a81cb68 commit 4b02c48
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ sub htmlEditor {
class => 'erpJS_input',
rows => $rows,
columns => $cols,
name => $cell->getElementName(),
value => $tmptext
}
name => $cell->getElementName()
},
$tmptext
);
}

Expand Down

0 comments on commit 4b02c48

Please sign in to comment.