From: richard Date: Mon, 16 Sep 2002 02:22:23 +0000 (+0000) Subject: typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=11c2c25e32632bdad2ddc7bf45d09cc5b523ebfb;p=roundup.git typo git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1172 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/customizing.txt b/doc/customizing.txt index a7c9c81..6b6df79 100644 --- a/doc/customizing.txt +++ b/doc/customizing.txt @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.36 $ +:Version: $Revision: 1.37 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -652,7 +652,7 @@ the tracker **html** directory. There are several types of files in there: **style.css** a static file that is served up as-is -Note: Remember tyhat you can create any template extension you want to, so +Note: Remember that you can create any template extension you want to, so if you just want to play around with the templating for new issues, you can copy the current "issue.item" template to "issue.test", and then access the test template using the ":template" URL argument::