summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0824c6c)
raw | patch | inline | side by side (parent: 0824c6c)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 16 Jan 2002 03:04:03 +0000 (03:04 +0000) | ||
committer | richard <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 | patch | blob | history |
diff --git a/doc/index.html b/doc/index.html
index 3fac64c13338ad840d4584d3091c64d944c1cdc8..a3acb9eae04ebeea8c481a6518d1bf98a0545a70 100644 (file)
--- a/doc/index.html
+++ b/doc/index.html
<p>Here's a simple example of a filter template.
-<blockquote><pre><small
-><property name=status>
+<blockquote><pre><small><property name=status>
<display call="checklist('status')">
</property>
<br>
<p>Here's a simple example of an index template.
-<blockquote><pre><small
-><tr>
+<blockquote><pre><small><tr>
<property name=title>
<td><display call="plain('title', max=50)"></td>
</property>
<p>Here's an example of a basic editor template.
-<blockquote><pre><small
-><table>
+<blockquote><pre><small><table>
<tr>
<td colspan=2>
<display call="field('title', size=60)">
<p> </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> </p>
</body></html>