View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012943 | mantisbt | administration | public | 2011-04-17 08:13 | 2012-06-16 06:38 |
Reporter | amaringer | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Summary | 0012943: Broken XHTML strict validation in admin/system_utils.php | ||||
Description | Broken validation in admin/system_utils.php Patch below | ||||
Tags | patch | ||||
Attached Files | patch.system_utils.php.txt (839 bytes)
--- admin/system_utils.php.old 2011-04-10 14:30:58.000000000 +0200 +++ admin/system_utils.php 2011-04-17 14:04:53.000000000 +0200 @@ -44,7 +44,7 @@ <br /><br /> <table width="80%" bgcolor="#222222" cellpadding="10" cellspacing="1"> - <tr><td bgcolor=\"#e8e8e8\" colspan=\"2\"><span class=\"title\">Upgrade Utilities</span></td></tr> + <tr><td bgcolor="#e8e8e8" colspan="2"><span class="title">Upgrade Utilities</span></td></tr> <!-- # Headings --> <tr bgcolor="#ffffff"><th width="70%">Description</th><th width="30%">Execute</th></tr> @@ -80,7 +80,7 @@ 'fixed_in_version', ); foreach( $t_dest_ids as $t_id ) { - printf( "<OPTION VALUE=\"%s\">%s", $t_id, $t_id ); + printf( "<OPTION VALUE=\"%s\">%s</OPTION>", $t_id, $t_id ); } ?> </SELECT> | ||||
I am able to reproduce the issue using the latest code from github, branch master |
|
see master-2.0 |
|
There is no master-2.0.x branch at https://github.com/mantisbt/mantisbt |
|
Reopened, the issue is not fixed in master branch at the official repository. |
|