parent
b7f13bf33d
commit
563eb7bb61
|
|
@ -28,7 +28,7 @@ func editFile(p filetree.Path) string {
|
||||||
return fmt.Sprintf(`
|
return fmt.Sprintf(`
|
||||||
<form action="/submit/%s" method="post" style="width:100%%; height: 90%%">
|
<form action="/submit/%s" method="post" style="width:100%%; height: 90%%">
|
||||||
<table style="width:100%%; height: 90%%">
|
<table style="width:100%%; height: 90%%">
|
||||||
<textarea name="content" style="width:100%%; min-height:90%%">%s</textarea>
|
<textarea name="content" style="width:100%%; min-height:90%%; cursor:crosshair;">%s</textarea>
|
||||||
</table>
|
</table>
|
||||||
<button type="submit">Submit</button>
|
<button type="submit">Submit</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue