Skip to content

Commit

Permalink
Fix incorrect logo file name
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
  • Loading branch information
Kirill authored and dregad committed Dec 27, 2012
1 parent dcc0fbe commit fae02ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/check/index.php
Expand Up @@ -70,7 +70,7 @@
</head>
<body>
<div id="mantisbt-header-logo">
<img src="../../images/mantis_logo_232x80.png" alt="MantisBT Logo" />
<img src="../../images/mantis_logo.png" alt="MantisBT Logo" />
</div>
<p class="notice">Verbosity: <?php echo $t_show_all_mode_link ?> | <?php echo $t_show_errors_mode_link ?></p>
<table id="check-results">
Expand Down

0 comments on commit fae02ce

Please sign in to comment.