Revision: 70230 http://trac.macports.org/changeset/70230 Author: tommyd@macports.org Date: 2010-08-02 16:06:25 -0700 (Mon, 02 Aug 2010) Log Message: ----------- its <itemizedlist>, not <itemizedList> Modified Paths: -------------- trunk/doc-new/guide/xml/portfile-phase.xml Modified: trunk/doc-new/guide/xml/portfile-phase.xml =================================================================== --- trunk/doc-new/guide/xml/portfile-phase.xml 2010-08-02 22:49:07 UTC (rev 70229) +++ trunk/doc-new/guide/xml/portfile-phase.xml 2010-08-02 23:06:25 UTC (rev 70230) @@ -2310,7 +2310,7 @@ <term>use_autoreconf</term> <listitem> <para>Whether or not to use autoreconf</para> - <itemizedList> + <itemizedlist> <listitem> <para>Default: <option>no</option></para> </listitem> @@ -2320,7 +2320,7 @@ <programlisting>use_autoreconf yes</programlisting> </listitem> - </itemizedList> + </itemizedlist> </listitem> </varlistentry>