View Issue Details

IDProjectCategoryView StatusLast Update
0029903mantisbtrelationshipspublic2023-10-31 16:32
ReporterTomekAP Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version2.26.0Fixed in Version2.26.0 
Summary0029903: Wrong html syntax
Description

In the relationship table attributes in link are not separated:

$t_relationship_info_html .= ' bug_relationship_delete.php?bug_id=' . $p_bug_id
            . '&rel_id=' . $p_relationship->id
            . htmlspecialchars( form_security_param( 'bug_relationship_delete' ) )
            . '';

thus in HTML:
<a class="red noprint zoom-130"href="bug_relationship_delete.php?bug...
Should be rather
<a class="red noprint zoom-130" href="bug_relationship_delete.php?bug...

TagsNo tags attached.

Activities

dregad

dregad

2022-04-20 05:41

developer   ~0066458

Thanks for the report.

This was fixed last year (see MantisBT master 55c53556) and will be included in 2.26.0

Related Changesets

MantisBT: master 55c53556

2021-10-16 01:45

dregad


Details Diff
Code cleanup

Fix various static analysis warnings, indentation, PHPDoc.
Affected Issues
0029903
mod - bug_view_inc.php Diff File
mod - css/ace-mantis.css Diff File