-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 3.0.9
-
Fix Version/s: 3.0.10-RC1
-
Component/s: Styles
-
Labels:None
-
GitHub Pull Request URL:
Found a small XHTML mistake buried deep inside Prosilver, in the MCP area for user notes.
In the file: mcp_notes_user.html
Around Line 81:
<!-- IF S_CLEAR_ALLOWED --><td width="5%" align="center"><input type="checkbox" name="marknote[]" id="note-{usernotes.ID}" value="{usernotes.ID}" /></td><!-- ENDIF -->
Error:
<td width="5%" align="center">
Corrected:
<td style="width:5%;" align="center">