Remove obsolete comment (works fine in phd)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@243450 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2007-10-03 11:28:18 +00:00
parent 3ce6d6f6bd
commit d8900fabf5

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.92 $ -->
<!-- $Revision: 1.93 $ -->
<chapter xml:id="features.file-upload" xmlns="http://docbook.org/ns/docbook">
<title>Handling file uploads</title>
@ -46,8 +46,6 @@
looks something like this:
</para>
<programlisting role="html">
<!-- The HTML comments in this example code are stripped.
This needs to be fixed in livedocs. -->
<![CDATA[
<!-- The data encoding type, enctype, MUST be specified as below -->
<form enctype="multipart/form-data" action="__URL__" method="POST">