From 580dea4dfd837fc90569bcaac0aace060d4bc2e6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 30 Jan 2014 15:23:24 +0800 Subject: [PATCH] Roo/bootstrap/Column.js --- Roo/bootstrap/Column.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Column.js b/Roo/bootstrap/Column.js index 71a9b0cb77..982012b72a 100644 --- a/Roo/bootstrap/Column.js +++ b/Roo/bootstrap/Column.js @@ -48,7 +48,7 @@ Roo.extend(Roo.bootstrap.Column, Roo.bootstrap.Component, { } }); if (this.html.length) { - cfg.html = html; + cfg.html = this.html; } return cfg; -- 2.39.2