Code

tweak
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 20 Aug 2002 04:41:22 +0000 (04:41 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 20 Aug 2002 04:41:22 +0000 (04:41 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@972 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/templating.txt

index d8dedd6864cb439d513f98b6fa2e195d5b98a47e..8ea2f19dd6d519d3b78f7a8adff67c71c97e1e9e 100644 (file)
@@ -2,7 +2,7 @@
 HTML Templating Mechanisms
 ==========================
 
-:Version: $Revision: 1.1 $
+:Version: $Revision: 1.2 $
 
 Current Situation and Issues
 ============================
@@ -28,8 +28,8 @@ parser to parse the above "correctly", so a wholly new parser would be
 required. That is a large undertaking, and doesn't address another couple of
 issues that have arisen:
 
-1. the template syntax is neither HTML-editor friendly, not a well-formed
-   syntax for other tools to work with, and
+1. the template syntax is not well-formed, and therefore is a pain to parse
+   and doesn't play well with other tools, and
 2. user requirements generally have to be anticipated and accounted for in
    templating functions (like ``plain()`` and ``checklist()`` above), and
    we are therefore artificially restrictive.