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 /UPGRADE | |
parent | 78451f23782b7c9d5464fdb8a4e25b6e5ac67ac6 (diff) |
Template comment tag is changed from <! ... !> to <!-- ... --!>
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,9 +16,9 @@ for both A and B. Upgrading from v3.0.0 RC2
-------------------------
-There should be no PHP compatibility issues. Remember to clean up 'assets'
-directory of your PRADO application as Javascript libraries were updated
-and client-side validators rewritten.
+- Template comment tag is changed from <! ... !> to <!-- ... --!>
+- Remember to clean up 'assets' directory of your PRADO application
+ as Javascript libraries were updated and client-side validators rewritten.
Upgrading from v3.0.0 RC1
|