summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-11-03 13:22:08 +0000
committerxue <>2006-11-03 13:22:08 +0000
commitd8556e05806edf2ae978921ae97fabc916e49df6 (patch)
tree059f6f19d25a1070200068c70001a416c5406a82 /HISTORY
parenta9951e6a822996057e5b05a873ea468045f37728 (diff)
TTableCell should render &nbsp; when no text is set and there is no child control.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 754b1626..7c233ce4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,6 @@
Version 3.0.6 December 4, 2006
==============================
+BUG: TTableCell should render &nbsp; only when Text is not set and there's no child (Qiang)
CHG: constructUrl() now encodes & into &amp; by default (Qiang)
CHG: TRepeater does not render <span> anymore for empty item template (Qiang)