View Issue Details

IDProjectCategoryView StatusLast Update
0010299mantisbthtmlpublic2009-04-20 09:49
Reporterenisseo Assigned Tojreese  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.6 
Target Version1.1.7Fixed in Version1.1.7 
Summary0010299: Invalid HTML
Description

There are errors in the colspan attribute on some cells:
manage_user_page.php, ligne 223: colspan="2" instead of colspan="3"
adm_config_report.php, ligne 85: colspan="3" instead of colspan="7"
authentication_api.php, ligne 522: the <td class="form-title"> needs a colspan="2"

TagsNo tags attached.

Activities

jreese

jreese

2009-04-07 16:27

reporter   ~0021420

Thanks, would appreciate if you could do similar checks against the latest 1.2.x development code as well and submit that as a separate issue. Cheers. :)

giallu

giallu

2009-04-08 05:07

reporter   ~0021428

stupid html tables...

jreese

jreese

2009-04-13 13:24

reporter   ~0021491

Fix committed to master-1.1.x and master branches.

Related Changesets

MantisBT: master ffbfd85c

2009-04-13 13:20

jreese


Details Diff
Fix 0010299: Fixed incorrect or missing HTML colspan attributes. Affected Issues
0010299
mod - adm_config_report.php Diff File
mod - manage_user_page.php Diff File
mod - core/authentication_api.php Diff File

MantisBT: master-1.1.x 185c60df

2009-04-13 13:20

jreese


Details Diff
Fix 0010299: Fixed incorrect or missing HTML colspan attributes. Affected Issues
0010299
mod - adm_config_report.php Diff File
mod - manage_user_page.php Diff File
mod - core/authentication_api.php Diff File