commit bbac9098a85fbd75bf8bc3720872700977bea5cd
parent 10c7c3ad1ed4462c3a1c64c5896173409dcf82c7
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sun, 5 Jan 2020 00:00:42 -0600
Use the default enctype to avoid encoding problems
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/layouts/partials/comment_form.html b/layouts/partials/comment_form.html
@@ -1,7 +1,6 @@
<form
action="mailto:{{ $.Site.Author.email }}?subject=RE:{{ $.Page.RelPermalink }}"
method="post"
- enctype="text/plain"
name="comment_form">
<label for="name">{{ i18n "hyperskip-name" }}</label><br/>
<input type="text" id="name" name="name" maxlength="20"