diff options
author | xue <> | 2006-04-30 12:17:55 +0000 |
---|---|---|
committer | xue <> | 2006-04-30 12:17:55 +0000 |
commit | dafc1325d7bcd4e9593c010e4eb6c0261ed340e8 (patch) | |
tree | 767195a707f5e7c1ca371be38f4c132c95775935 /HISTORY | |
parent | 78451f23782b7c9d5464fdb8a4e25b6e5ac67ac6 (diff) |
Template comment tag is changed from <! ... !> to <!-- ... --!>
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ CHG: Build javascript without compression, only comments are removed. (Wei) CHG: TDatePicker's date can be set using Date property, it value must be in same format as DateFormat, TimeStamp must be set as integer (wei)
CHG: TSimpleDateFormatter::parse() now return an integer or null on parse error (Wei)
CHG: TControl::createControls() is changed to public. (Qiang)
+CHG: Template comment tag is changed from <! ... !> to <!-- ... --!> (Qiang)
NEW: TListControlValidator (Wei)
NEW: TClientScript (Wei)
|