View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0028114 | mantisbt | code cleanup | public | 2021-03-25 13:54 | 2021-04-04 19:36 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Target Version | 2.26.0 | Fixed in Version | 2.26.0 | ||
Summary | 0028114: Invalid HTML in manage_user_edit_page.php | ||||
Description | The HTML table displaying the project the user is assigned to is not valid as the form's element are within in the table tag itself. | ||||
Additional Information | An attempt to fix this was made in 2.25.0 MantisBT master d45f1dc3 but the cure was worse than the disease (see 0028106) so the change has been reverted. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
MantisBT: master d45f1dc3 2020-11-21 13:20 Details Diff |
Fix invalid HTML The form was incorrectly defined in the middle of the table. It is now wrapping it. |
Affected Issues 0028106, 0028114 |
|
mod - manage_user_edit_page.php | Diff File | ||
MantisBT: master 12521fd2 2021-03-25 15:39 Details Diff |
Fix invalid HTML Move the <form> tag out of the <table>. Fixes 0028114 |
Affected Issues 0028114 |
|
mod - manage_user_edit_page.php | Diff File | ||
MantisBT: master 8fa3dc63 2021-03-25 16:00 Details Diff |
Fix invalid HTML, indentation of Edit User section Fixes 0028114 |
Affected Issues 0028114 |
|
mod - manage_user_edit_page.php | Diff File |