You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jg...@apache.org on 2009/11/04 23:58:58 UTC

svn commit: r832894 - /ant/core/trunk/docs/manual/properties.html

Author: jglick
Date: Wed Nov  4 22:58:58 2009
New Revision: 832894

URL: http://svn.apache.org/viewvc?rev=832894&view=rev
Log:
Anchors should be inside, not outside, header tags.

Modified:
    ant/core/trunk/docs/manual/properties.html

Modified: ant/core/trunk/docs/manual/properties.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/properties.html?rev=832894&r1=832893&r2=832894&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/properties.html (original)
+++ ant/core/trunk/docs/manual/properties.html Wed Nov  4 22:58:58 2009
@@ -50,7 +50,7 @@
     the one of the <a href="CoreTasks/macrodef.html">macrodef</a>
     task.</p>
 
-  <a name="built-in-props"><h2>Built-in Properties</h2></a>
+  <h2><a name="built-in-props">Built-in Properties</a></h2>
 
   <p>Ant provides access to all system properties as if they had been
     defined using a <code>&lt;property&gt;</code> task.  For
@@ -97,7 +97,7 @@
                     jars from.  In most cases this is ANT_HOME/lib.
 </pre>
 
-  <a name="propertyHelper"><h1>PropertyHelpers</h1></a>
+  <h1><a name="propertyHelper">PropertyHelpers</a></h1>
 
   <p>Ant's property handling is accomplished by an instance of
     <code>org.apache.tools.ant.PropertyHelper</code> associated with
@@ -275,8 +275,8 @@
       Antlib</a> provides a few interesting evaluators but there are
       also a few built-in ones.</p>
 
-  <a name="toString"><h3>Getting the value of a Reference with
-      ${toString:}</h3></a>
+  <h3><a name="toString">Getting the value of a Reference with
+      ${toString:}</a></h3>
 
   <p>Any Ant type which has been declared with a reference can also
     its string value extracted by using the <code>${toString:}</code>