diff --git a/components/ILIAS/Form/templates/default/tpl.prop_textinput.html b/components/ILIAS/Form/templates/default/tpl.prop_textinput.html index 85d100afd938..65f8961dd084 100755 --- a/components/ILIAS/Form/templates/default/tpl.prop_textinput.html +++ b/components/ILIAS/Form/templates/default/tpl.prop_textinput.html @@ -1,9 +1,9 @@
- - aria-describedby="desc_{DESCRIBED_BY_FIELD_ID}" class="form-control" onkeypress="return il.Util.submitOnEnter(event, this.form);" type="{PROP_INPUT_TYPE}" style="{CSS_STYLE}" id="{ID}" maxlength="{MAXLENGTH}" name="{POST_VAR}"value="{PROPERTY_VALUE}" {DISABLED} {AUTOCOMPLETE} {REQUIRED}/> {INPUT_SUFFIX} + + aria-describedby="desc_{DESCRIBED_BY_FIELD_ID}" class="form-control" onkeypress="return il.Util.submitOnEnter(event, this.form);" type="{PROP_INPUT_TYPE}" style="{CSS_STYLE}" id="{ID}" maxlength="{MAXLENGTH}" name="{POST_VAR}" value="{PROPERTY_VALUE}" {DISABLED} {AUTOCOMPLETE} {REQUIRED} /> {INPUT_SUFFIX} {HIDDEN_INPUT} {MULTI_ICONS}
- \ No newline at end of file + \ No newline at end of file