Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/forms/client/components/nonpublic/AbstractFocusWidgetFormElement.java

Diff revisions: vs.
  @@ -93,8 +93,7 @@
93 93
94 94 protected String buildInputRowWithOptionalCell( String pTrId, String pInputId, String pAdditionalInputCell )
95 95 {
96 - return "<tr id='" + pTrId + "' class='litesoft-FormComponentInputRow'><td id='" + pInputId + "'></td>" + pAdditionalInputCell +
97 - "</tr>";
96 + return "<tr id='" + pTrId + "' class='litesoft-FormComponentInputRow'><td id='" + pInputId + "'></td>" + pAdditionalInputCell + "</tr>";
98 97 }
99 98
100 99 protected Widget getInjectedInputWidget()