View Issue Details

IDProjectCategoryView StatusLast Update
0007356mantisbtwebpagepublic2006-09-12 00:52
Reporterjeradc Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.5 
Fixed in Version1.1.0a1 
Summary0007356: There is an extra "</a>" closing tag.
Description

Delete the "</a>" from line 177:

PRINT $t_href_end . '</a> ' . $t_href_start . $t_file_display_name .

to this:

PRINT $t_href_end . ' ' . $t_href_start . $t_file_display_name .


The HTML produced was something like this:

...<img src="http://xxx/mantis_1.0.5/images/fileicons/doc.gif" width="16" height="16" border="0" /></a></a> <a href="file_download.php?file_id=2&type=bug">yyy.doc</a> ......

TagsNo tags attached.

Activities

jeradc

jeradc

2006-08-14 13:02

reporter   ~0013269

Last edited: 2006-08-14 13:12

Line 177 from file "core\file_api.php".

Also, if an admin wants to edit my original note to get rid of the inadvertent html linking, that would be appreciated.