summaryrefslogtreecommitdiff
path: root/framework/PradoBase.php
diff options
context:
space:
mode:
authorxue <>2006-10-29 12:29:16 +0000
committerxue <>2006-10-29 12:29:16 +0000
commita9951e6a822996057e5b05a873ea468045f37728 (patch)
tree9401c8bc143f064d97bfc24bc7d53e65a10a77d3 /framework/PradoBase.php
parent3f0a1f7f88ac6728615f4cbdee7e9d7ebe40d5c2 (diff)
constructUrl() now encodes & into &amp; by default.
TRepeater does not render <span> anymore for empty item template.
Diffstat (limited to 'framework/PradoBase.php')
-rw-r--r--framework/PradoBase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/PradoBase.php b/framework/PradoBase.php
index 1c1e711b..3e4694e6 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -68,7 +68,7 @@ class PradoBase
*/
public static function getVersion()
{
- return '3.0.5';
+ return '3.0.6';
}
/**