We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d406ad commit 3de78aaCopy full SHA for 3de78aa
core/html_api.php
@@ -469,7 +469,8 @@ function html_top_banner() {
469
if( $t_show_url ) {
470
echo '<a href="', config_get( 'logo_url' ), '">';
471
}
472
- echo '<img border="0" alt="Mantis Bug Tracker" src="' . helper_mantis_url( $t_logo_image ) . '" />';
+ $t_alternate_text = string_html_specialchars( config_get( 'window_title' ) );
473
+ echo '<img border="0" alt="', $t_alternate_text, '" src="' . helper_mantis_url( $t_logo_image ) . '" />';
474
475
echo '</a>';
476
0 commit comments