summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4865dcb)
raw | patch | inline | side by side (parent: 4865dcb)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 20 Aug 2002 05:47:47 +0000 (05:47 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 20 Aug 2002 05:47:47 +0000 (05:47 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@976 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/templating.txt | patch | blob | history |
diff --git a/doc/templating.txt b/doc/templating.txt
index c15e6ee2734e8c5f1be9133248c1fa7b91f7b60f..8a336b5fc32850b8155867fde65c0e016551fd57 100644 (file)
--- a/doc/templating.txt
+++ b/doc/templating.txt
HTML Templating Mechanisms
==========================
-:Version: $Revision: 1.5 $
+:Version: $Revision: 1.6 $
Current Situation and Issues
============================
Accesses through a class (either through *class* or *db.<classname>*):
- class HTMLItem:
+ class HTMLClass:
def __getattr__(self, attr):
''' return an HTMLItem instance '''
def classhelp(self, ...)