Skip to content

Commit

Permalink
Merge pull request DSpace#81 from sedici/textboxes-linebreaks
Browse files Browse the repository at this point in the history
[DS-1023] Patch to allow linebreaks in <textarea> boxes
  • Loading branch information
mdiggory committed Sep 22, 2012
2 parents 0beab98 + 139b2d4 commit 2ad4622
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,7 @@
<xsl:when test="@type= 'textarea'">
<textarea>
<xsl:call-template name="fieldAttributes"/>
<xsl:attribute name="onkeydown">event.cancelBubble=true;</xsl:attribute>

<!--
if the cols and rows attributes are not defined we need to call
Expand Down

0 comments on commit 2ad4622

Please sign in to comment.