Skip to content

Commit fae02ce

Browse files
Kirilldregad
authored andcommittedDec 27, 2012
Fix incorrect logo file name
Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
1 parent dcc0fbe commit fae02ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎admin/check/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</head>
7171
<body>
7272
<div id="mantisbt-header-logo">
73-
<img src="../../images/mantis_logo_232x80.png" alt="MantisBT Logo" />
73+
<img src="../../images/mantis_logo.png" alt="MantisBT Logo" />
7474
</div>
7575
<p class="notice">Verbosity: <?php echo $t_show_all_mode_link ?> | <?php echo $t_show_errors_mode_link ?></p>
7676
<table id="check-results">

0 commit comments

Comments
 (0)