mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 03:03:23 +02:00
fixed IE7 rendering error
This commit is contained in:
@@ -63,7 +63,8 @@ void HorizontalLayoutRenderer::renderHead(const Renderable* pRenderable, const R
|
|||||||
std::ostringstream layoutConfig;
|
std::ostringstream layoutConfig;
|
||||||
layoutConfig << "{columns:" << pLayout->size() << "}";
|
layoutConfig << "{columns:" << pLayout->size() << "}";
|
||||||
|
|
||||||
static std::string layout("column");
|
static std::string layout("table");
|
||||||
|
//static std::string layout("column"); -> this works with firefox but faila with IE7!
|
||||||
LayoutRenderer::renderLayoutHead(pLayout, context, ostr, layout, layoutConfig.str());
|
LayoutRenderer::renderLayoutHead(pLayout, context, ostr, layout, layoutConfig.str());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user