fix build (section in wrong place)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302475 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2010-08-19 11:47:00 +00:00
parent 747efefa08
commit 7833287480

View file

@ -83,41 +83,40 @@
</variablelist>
</section>
}}} -->
</partintro>
<section role="changelog"><!-- {{{ -->
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>5.3.0</entry>
<entry>
The <classname>FilesystemIterator</classname> was introduced as
the parent class. Previously, the parent was the
<classname>DirectoryIterator</classname>.
</entry>
</row>
<row>
<entry>5.3.0</entry>
<entry>
Implements <interfacename>SeekableIterator</interfacename>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</section><!-- }}} -->
<section role="changelog"><!-- {{{ -->
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>5.3.0</entry>
<entry>
The <classname>FilesystemIterator</classname> was introduced as
the parent class. Previously, the parent was the
<classname>DirectoryIterator</classname>.
</entry>
</row>
<row>
<entry>5.3.0</entry>
<entry>
Implements <interfacename>SeekableIterator</interfacename>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</section><!-- }}} -->
</partintro>
&reference.spl.entities.recursivedirectoryiterator;