mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
2069d6ea8e
commit
bde7401d13
|
@ -1169,7 +1169,7 @@ def editTextArea(label: str, name: str, value: str = "",
|
||||||
' <textarea id="message" placeholder=' + \
|
' <textarea id="message" placeholder=' + \
|
||||||
'"' + placeholder + '" '
|
'"' + placeholder + '" '
|
||||||
text += 'name="' + name + '" '
|
text += 'name="' + name + '" '
|
||||||
text += 'style="height:' + height + 'px" ' + \
|
text += 'style="height:' + height + 'px" '
|
||||||
text += 'spellcheck="' + str(spellcheck).lower() + '">'
|
text += 'spellcheck="' + str(spellcheck).lower() + '">'
|
||||||
text += value + '</textarea>\n'
|
text += value + '</textarea>\n'
|
||||||
return text
|
return text
|
||||||
|
|
Loading…
Reference in New Issue