diff options
author | xue <> | 2006-11-03 13:22:08 +0000 |
---|---|---|
committer | xue <> | 2006-11-03 13:22:08 +0000 |
commit | d8556e05806edf2ae978921ae97fabc916e49df6 (patch) | |
tree | 059f6f19d25a1070200068c70001a416c5406a82 /HISTORY | |
parent | a9951e6a822996057e5b05a873ea468045f37728 (diff) |
TTableCell should render when no text is set and there is no child control.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ Version 3.0.6 December 4, 2006 ============================== +BUG: TTableCell should render only when Text is not set and there's no child (Qiang) CHG: constructUrl() now encodes & into & by default (Qiang) CHG: TRepeater does not render <span> anymore for empty item template (Qiang) |