diff options
Diffstat (limited to 'link-tmpl-template.cgi')
-rw-r--r-- | link-tmpl-template.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/link-tmpl-template.cgi b/link-tmpl-template.cgi index 94530ae..5c5237d 100644 --- a/link-tmpl-template.cgi +++ b/link-tmpl-template.cgi @@ -148,7 +148,7 @@ print qq{<!DOCTYPE html> </head> <body> <p id="msgbelow">{type_msg_below}:</p> - <form method="POST"> + <form method="POST" enctype="multipart/form-data"> <textarea id="msg" wrap="off" cols="50" rows="30" name="msg"></textarea><br> }; if (defined $error_processing_msg){ |