View Issue Details

IDProjectCategoryView StatusLast Update
0012943mantisbtadministrationpublic2012-06-16 06:38
Reporteramaringer Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Summary0012943: Broken XHTML strict validation in admin/system_utils.php
Description

Broken validation in admin/system_utils.php

Patch below

Tagspatch
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>
patch.system_utils.php.txt (839 bytes)   

Relationships

duplicate of 0013691 closeddregad misspelled XHTML in admin/system_utils.php 

Activities

atrol

atrol

2012-01-29 10:31

developer   ~0031075

I am able to reproduce the issue using the latest code from github, branch master

grangeway

grangeway

2012-02-26 16:08

reporter   ~0031329

see master-2.0

atrol

atrol

2012-02-26 16:22

developer   ~0031331

There is no master-2.0.x branch at https://github.com/mantisbt/mantisbt

atrol

atrol

2012-03-14 18:13

developer   ~0031464

Reopened, the issue is not fixed in master branch at the official repository.
There is no patch / changeset attached which will confuse any user who has a look at this issue.