Skip to content

Commit

Permalink
#541 Improved readability of abstract textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi committed Apr 29, 2024
1 parent 1fdafd9 commit 62cdfe1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@
<xed:output value="concat(i18n:translate('ubo.abstract.ortext'), ': ')"/>
</label>
<textarea id="{xed:generate-id()}" class="mycore-form-input" linewrap="on"
placeholder="{i18n:ubo.abstract.placeholder}"/>
placeholder="{i18n:ubo.abstract.placeholder}" rows="10"/>
</div>
</xed:repeat>
</xed:template>
Expand Down

0 comments on commit 62cdfe1

Please # to comment.