Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/wizard.class.php
Original file line number Diff line number Diff line change
@@ -211,7 +211,7 @@ public static function showHeaderTopContent() {
if (isset($_SESSION['glpiextauth']) && $_SESSION['glpiextauth']) {
echo '?noAUTO=1';
}
echo '" class="fa fa-sign-out" title="'.__s('Logout').'">';
echo '" class="fa fa-sign-out-alt" title="'.__s('Logout').'">';
echo '<span id="logout_icon" title="'.__s('Logout').'" alt="'.__s('Logout').'" class="button-icon"></span></a>';
echo '</li>';

0 comments on commit 4ab1299

Please sign in to comment.