Code

split tags..
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 16 Jan 2002 03:04:03 +0000 (03:04 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 16 Jan 2002 03:04:03 +0000 (03:04 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@552 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/index.html

index 3fac64c13338ad840d4584d3091c64d944c1cdc8..a3acb9eae04ebeea8c481a6518d1bf98a0545a70 100644 (file)
@@ -1130,8 +1130,7 @@ as a filter.
 
 <p>Here's a simple example of a filter template.
 
-<blockquote><pre><small
->&lt;property name=status&gt;
+<blockquote><pre><small>&lt;property name=status&gt;
     &lt;display call="checklist('status')"&gt;
 &lt;/property&gt;
 &lt;br&gt;
@@ -1160,8 +1159,7 @@ to display the values of the item's properties.
 
 <p>Here's a simple example of an index template.
 
-<blockquote><pre><small
->&lt;tr&gt;
+<blockquote><pre><small>&lt;tr&gt;
     &lt;property name=title&gt;
         &lt;td&gt;&lt;display call="plain('title', max=50)"&gt;&lt;/td&gt;
     &lt;/property&gt;
@@ -1198,8 +1196,7 @@ the appropriate widgets for editing properties.
 
 <p>Here's an example of a basic editor template.
 
-<blockquote><pre><small
->&lt;table&gt;
+<blockquote><pre><small>&lt;table&gt;
 &lt;tr&gt;
     &lt;td colspan=2&gt;
         &lt;display call="field('title', size=60)"&gt;
@@ -1288,7 +1285,7 @@ system on their time.
 
 <p>&nbsp;</p>
 <hr>
-$Id: index.html,v 1.24 2002-01-14 23:39:41 richard Exp $
+$Id: index.html,v 1.25 2002-01-16 03:04:03 richard Exp $
 <p>&nbsp;</p>
 
 </body></html>