HTML tag validity bugfixes

This commit is contained in:
str4d
2017-01-13 17:34:20 +00:00
parent 0a0757a69f
commit 93511c0e61
7 changed files with 9 additions and 10 deletions

View File

@@ -203,7 +203,7 @@ public class ConfigUIHelper extends HelperBase {
.append("</td></tr>\n");
}
}
buf.append("<tr><td id=\"pw_adduser\" align=\"left\" colspan=\"3\"><b>")
buf.append("<tr><td id=\"pw_adduser\" align=\"left\" colspan=\"3\">")
.append("<b>").append(_t("Username")).append(":</b> ")
.append("<input type=\"text\" name=\"name\">")
.append("<b>").append(_t("Password")).append(":</b> ")