mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
3ce6d6f6bd
commit
d8900fabf5
1 changed files with 1 additions and 3 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue