mirror of https://github.com/arendst/Tasmota.git
file editor no-wrap
This commit is contained in:
parent
2dc7047177
commit
38c9942c2c
|
@ -601,7 +601,7 @@ const char HTTP_EDITOR_FORM_START[] PROGMEM =
|
||||||
"<fieldset><legend><b> " D_EDIT_FILE " </b></legend>"
|
"<fieldset><legend><b> " D_EDIT_FILE " </b></legend>"
|
||||||
"<form>"
|
"<form>"
|
||||||
"<label for='name'>" D_FILE ":</label><input type='text' id='name' name='name' value='%s'><br><hr width='98%%'>"
|
"<label for='name'>" D_FILE ":</label><input type='text' id='name' name='name' value='%s'><br><hr width='98%%'>"
|
||||||
"<textarea id='content' name='content' rows='8' cols='80' style='font-size: 12pt'>";
|
"<textarea id='content' name='content' wrap='off' rows='8' cols='80' style='font-size: 12pt'>";
|
||||||
|
|
||||||
const char HTTP_EDITOR_FORM_END[] PROGMEM =
|
const char HTTP_EDITOR_FORM_END[] PROGMEM =
|
||||||
"</textarea>"
|
"</textarea>"
|
||||||
|
|
Loading…
Reference in New Issue