Skip to content

Commit

Permalink
Fix #17007: duplicate "<a " tag
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Feb 21, 2014
1 parent 122edb6 commit 4009cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/html_api.php
Expand Up @@ -616,8 +616,8 @@ function html_footer( $p_file = null ) {
$t_mantis_href = '<a href="http://www.mantisbt.org/" title="Free Web-Based Bug Tracker"';
echo
"\t", '<span class="timer">',
"<a $t_mantis_href>MantisBT $t_mantis_version</a> ",
"[<a $t_mantis_href ", 'target="_blank">^</a>]',
"$t_mantis_href>MantisBT $t_mantis_version</a> ",
"[$t_mantis_href ", 'target="_blank">^</a>]',
"</span>\n";
}
echo "\t<address>Copyright &copy; 2000 - ", date( 'Y' ), " MantisBT Team</address>\n";
Expand Down

0 comments on commit 4009cc0

Please sign in to comment.