summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknut <>2006-01-30 22:01:48 +0000
committerknut <>2006-01-30 22:01:48 +0000
commit083f77f4ed265dc74b0530fa6f232248dbaacb41 (patch)
tree7ce676a11f52764d6fdbe50d49f21ce0dda016fc
parente09a709d4d5f610f42d9377b6842748ed1979290 (diff)
fixed minor bug with XML entities in build.xml
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index bd236b38..0ab9a5df 100644
--- a/build.xml
+++ b/build.xml
@@ -203,7 +203,7 @@ Template Syntax Enhancement
- new special tags to facilitate template writing
(more details are covered in quickstart demo)
- component can now be specified in a namespace
-format (e.g. <com:System.Web.UI.WebControls.TButton .... />
+format (e.g. &lt;com:System.Web.UI.WebControls.TButton .... /&gt;
- Enhanced template parsing error report (now with
line number and error reason.