Overview
| Artifact ID: | ab0d8d65747bd9eb1a1fe0e590710ea497c17f37 |
|---|---|
| Ticket: | f687f1eb987148448aaef6eaae33909472292d54
Missing closing tags in page setup_login_group |
| User & Date: | anonymous 2012-11-25 15:54:50 |
Changes
- comment changed to:
There are missing closing tags <verbatim></blockquote> </div> </form></verbatim> for the form on page <i>setup_login_group</i>. The following patch should fix it: <verbatim> --- setup.orig 2012-11-25 11:37:53.000000000 +0100 +++ setup.c 2012-11-25 16:46:03.000000000 +0100 @@ -1047,7 +1047,7 @@ @ @ <tr><td colspan="3" align="center"> @ <input type="submit" value="Join" name="join"></td></tr> - @ </table> + @ </table></bockquote></div></form> }else{ Stmt q; int n = 0; </verbatim> - foundin changed to: "d13143"
- private_contact changed to: "2a7c6fd6dcc73b4e4468cb4ea6ca63573039a28e"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to: "Missing closing tags in page setup_login_group"