Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/nonpublic/OuterSandwichHelper.java

Diff revisions: vs.
  @@ -13,7 +13,7 @@
13 13 // AbstractSizeableWidget.LOGGER.fatal.log( "OuterSandwichHelper" );
14 14 Element[] zElements = new Element[2];
15 15 Element zDiv = zElements[0] = zElements[1] = createDiv( pStyleClassName );
16 - DOM.setStyleAttribute( zDiv, "display", "table-cell");
16 + DOM.setStyleAttribute( zDiv, "display", "table-cell" );
17 17 return zElements;
18 18 }
19 19 }