diff options
author | knut <> | 2006-01-30 22:01:48 +0000 |
---|---|---|
committer | knut <> | 2006-01-30 22:01:48 +0000 |
commit | 083f77f4ed265dc74b0530fa6f232248dbaacb41 (patch) | |
tree | 7ce676a11f52764d6fdbe50d49f21ce0dda016fc /build.xml | |
parent | e09a709d4d5f610f42d9377b6842748ed1979290 (diff) |
fixed minor bug with XML entities in build.xml
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. <com:System.Web.UI.WebControls.TButton .... /> - Enhanced template parsing error report (now with line number and error reason. |