aboutsummaryrefslogtreecommitdiff
path: root/assets/post_edit.html
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2023-07-08 11:42:23 -0500
committerMichael McVady <femtonaut@gmail.com>2023-07-08 11:42:23 -0500
commit6c95c9152b466bdb30d7226001bb790a8e8c7c5b (patch)
tree6016df20546c8ad5683be25ff6ea92567fb3600e /assets/post_edit.html
parentb5c64ec289fe9e07603b3da5f3d246bf88c8a124 (diff)
Use latest kore RC to fix `http_populate_post`/`textarea` issue
Diffstat (limited to 'assets/post_edit.html')
-rw-r--r--assets/post_edit.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/post_edit.html b/assets/post_edit.html
index 6635b87..cd2f920 100644
--- a/assets/post_edit.html
+++ b/assets/post_edit.html
@@ -1,4 +1,4 @@
-<form action="/form" method="post" enctype="multipart/form-data">
+<form action="/form" method="post">
<dl>
<dt><h3>id</h3></dt>
<dd><input type="text" id="id" name="id"></input></dd>
@@ -8,4 +8,4 @@
<dd><textarea id="body" name="body"></textarea></dd>
<dd><input type="submit" value="Edit"></dd>
</dl>
-</form> \ No newline at end of file
+</form>