You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2006/11/18 08:13:18 UTC

svn commit: r476460 - /db/derby/docs/trunk/templates/reference_template.dita

Author: fuzzylogic
Date: Fri Nov 17 23:13:17 2006
New Revision: 476460

URL: http://svn.apache.org/viewvc?view=rev&rev=476460
Log:
DERBY-2088: Fix line break in dita templates.

Committed for Laura Stewart <sc...@gmail.com>

Modified:
    db/derby/docs/trunk/templates/reference_template.dita

Modified: db/derby/docs/trunk/templates/reference_template.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/templates/reference_template.dita?view=diff&rev=476460&r1=476459&r2=476460
==============================================================================
--- db/derby/docs/trunk/templates/reference_template.dita (original)
+++ db/derby/docs/trunk/templates/reference_template.dita Fri Nov 17 23:13:17 2006
@@ -80,8 +80,10 @@
 Documentation Writing Guidelines page at http://db.apache.org/derby/manuals/guidelines.html.--> 
 <table>
 <title>Add your table description here</title>
-<tgroup cols="3"><colspec colname="col1" colwidth="25*"/><colspec colname="col2"
-colwidth="25*"/><colspec colname="col3" colwidth="50*"/>
+<tgroup cols="3">
+<colspec colname="col1" colwidth="25*"/>
+<colspec colname="col2" colwidth="25*"/>
+<colspec colname="col3" colwidth="50*"/>
 <thead>
 <row valign="bottom">
 <entry colname="col1">Parameter</entry>
@@ -107,12 +109,14 @@
 </row>
 </tbody>
 </tgroup>
-</table> <!--NOTES: Use the <note> tag when you want to insert information, differentiated 
+</table> 
+<!--NOTES: Use the <note> tag when you want to insert information, differentiated 
 from the main text, that expands on or calls attention to a particular point. 
 Notes are displayed in their own paragraph and do not need to be inside of a paragraph <p> tag.  
-You can specify a type of note, which displays as the lable for the note text in the output. 
-If you do not specify the type of note,  the label is "Note:".
+You can specify a type of note, which displays as the label for the note text in the output. 
+If you do not specify the type of note, the label is "Note:".
 Commonly used types are: Attention, Fastpath, Important, Remember, Restriction, and Tip. 
-This tag is optional.--> <note type="important"> </note>  </section>
+This tag is optional.--> 
+<note type="important"> </note>  </section>
 </refbody>
 </reference>