From: richard Date: Tue, 20 Aug 2002 05:47:47 +0000 (+0000) Subject: tweak X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e01a96393bd8315c111491ec2f4334d5e78ddd97;p=roundup.git tweak git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@976 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/templating.txt b/doc/templating.txt index c15e6ee..8a336b5 100644 --- a/doc/templating.txt +++ b/doc/templating.txt @@ -2,7 +2,7 @@ HTML Templating Mechanisms ========================== -:Version: $Revision: 1.5 $ +:Version: $Revision: 1.6 $ Current Situation and Issues ============================ @@ -116,7 +116,7 @@ variables defined: Accesses through a class (either through *class* or *db.*): - class HTMLItem: + class HTMLClass: def __getattr__(self, attr): ''' return an HTMLItem instance ''' def classhelp(self, ...)