Index: forms_api_reference.html
===================================================================
RCS file: /cvs/drupal/contributions/docs/developer/topics/forms_api_reference.html,v
retrieving revision 1.92
diff -u -r1.92 forms_api_reference.html
--- forms_api_reference.html	22 Feb 2009 00:27:39 -0000	1.92
+++ forms_api_reference.html	7 Mar 2009 15:33:02 -0000
@@ -599,7 +599,7 @@
       <td class="x"><strong>X</strong></td><!-- form -->
       <td class="x"><strong>X</strong></td><!-- hidden -->
       <td class="x"><strong>X</strong></td><!-- markup -->
-      <td class="x"><strong>X</strong></td><!-- item -->
+      <td>-</td><!-- item -->
       <td>-</td><!-- value -->
     </tr>
     <tr>
@@ -1092,7 +1092,7 @@
   <h3><a name="item" id="item"></a>item</h3>
   <p><strong>Description</strong>: Generate a display-only form element allowing for an optional title and description.</p>
   <p>Note: since this is a read-only field, setting the <a href="#required">#required</a> property will do nothing except theme the form element to look as if it were actually required (i.e. by placing a red star next to the <a href="#title">#title</a>).</p>
-  <p><strong>Properties</strong>: <a href="#attributes">#attributes</a>, <a href="#description">#description</a>, <a href="#prefix">#prefix</a> (default: ''), <a href="#required">#required</a>, <a href="#suffix">#suffix</a> (default: ''), <a href="#title"><strong>#title</strong></a>, <a href="#type"><strong>#type</strong></a>, <a href="#value"><strong>#value</strong></a>, <a href="#weightval">#weight</a></p>
+  <p><strong>Properties</strong>: <a href="#description">#description</a>, <a href="#prefix">#prefix</a> (default: ''), <a href="#required">#required</a>, <a href="#suffix">#suffix</a> (default: ''), <a href="#title"><strong>#title</strong></a>, <a href="#type"><strong>#type</strong></a>, <a href="#value"><strong>#value</strong></a>, <a href="#weightval">#weight</a></p>
   <p><strong>Usage example</strong> (<a href="http://api.drupal.org/api/head/file/modules/contact.module">contact.module</a>):</p>
   <div class="codeblock">
     <p><code><span class="def-txt"><span class="b-txt">&lt;?php<br /></span></span></code> <span class="b-txt"><code>$form[<span class="r-txt">'from'</span>] = <span class="g-txt">array(</span><br />

