View Issue Details

IDProjectCategoryView StatusLast Update
0012592mantisbthtmlpublic2014-12-08 02:08
Reporterstappel Assigned Toatrol  
PriorityhighSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.0dev 
Target Version1.3.0-beta.1 
Summary0012592: not well-formed error due to missing space in collapse_api.php (on git trunk)
Description

There is a space missing on collapse_api.php on line 111 which results in the following error:
XML Parsing Error: not well-formed
Location: https://mantis.perot.nl/mantis/bug_report_page.php
Line Number 112, Column 34:
In firefox 4.0pre8.

fix:
111c111
< echo '<div id="', $t_div_id, '"', ( $t_display ? 'class="collapse-open"' : ' class="collapse-closed"' ), '>';

  echo '<div id="', $t_div_id, '"', ( $t_display ? ' class="collapse-open"' : ' class="collapse-closed"' ), '>';
Tagspatch

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

stappel

stappel

2010-12-27 04:36

reporter   ~0027708

Commit http://git.mantisbt.org/?p=mantisbt.git;a=commitdiff;h=0d602be53aeb04ef6b3d5b65b4d6e585b59f3303 fixed the error.

Issue can be closed.

atrol

atrol

2010-12-27 05:07

developer   ~0027710

Thanks stappel

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036474

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch