- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 11 Oct 2007 11:08:46 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv5695
Modified Files:
table.tmpl
Log Message:
missing enctype for revalidation in upload mode
Index: table.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/table.tmpl,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- table.tmpl 9 Oct 2007 09:48:59 -0000 1.36
+++ table.tmpl 11 Oct 2007 11:08:44 -0000 1.37
@@ -17,10 +17,10 @@
<TMPL_IF NAME="file_uri">
<TMPL_IF NAME="is_upload">
-<form id="form" method="post" action="check">
+<form id="form" method="post" enctype="multipart/form-data" action="check">
<TMPL_ELSE>
<TMPL_IF NAME="is_direct_input">
- <form id="form" method="post" action="check">
+ <form id="form" method="post" enctype="multipart/form-data" action="check">
<TMPL_ELSE>
<form id="form" method="get" action="check">
</TMPL_IF>
Received on Thursday, 11 October 2007 11:08:53 UTC