Skip to content

Commit

Permalink
Docxs - fix ending tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer committed Mar 7, 2012
1 parent 941b36f commit 542279d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/phing_guide/book/chapters/ProjectComponents.html
Expand Up @@ -43,7 +43,7 @@ <h2>

&lt;project name=&quot;test&quot; description=&quot;Simple test build file&quot; default=&quot;main&quot; &gt;
&lt;!-- Everything else here --&gt;
&lt;project&gt;
&lt;/project&gt;
</pre>

<p>
Expand Down Expand Up @@ -73,7 +73,7 @@ <h2>

&lt;project name=&quot;test&quot; phingVersion=&quot;2.4.2&quot; &gt;
&lt;!-- Everything else here --&gt;
&lt;project&gt;
&lt;/project&gt;
</pre>

<h2>
Expand Down Expand Up @@ -127,11 +127,11 @@ <h2>
<pre title="Simple target">
&lt;target name=&quot;othertask&quot; depends=&quot;buildpage&quot; description=&quot;Whatever&quot;&gt;
&lt;!-- Task calls here --&gt;
&lt;target&gt;
&lt;/target&gt;

&lt;target name=&quot;buildpage&quot; description=&quot;Some description&quot;&gt;
&lt;!-- Task calls here --&gt;
&lt;target&gt;
&lt;/target&gt;
</pre>

<p>
Expand Down

0 comments on commit 542279d

Please sign in to comment.