Skip to content

Commit 5b4aa36

Browse files
authored
open github in a new tab
1 parent 4a9baa9 commit 5b4aa36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/views/visitor/layout/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<ul class="navbar-nav ms-auto">
7979
<?php if($this->optionslib->get_option('public_github_button') != "false") { ?> <!-- != false causes to set it on per default -->
8080
<li class="nav-item">
81-
<a class="btn btn-secondary" href="https://github.com/wavelog/wavelog">Visit Wavelog on Github</a>
81+
<a class="btn btn-secondary" href="https://github.com/wavelog/wavelog" target="_blank">Visit Wavelog on Github</a>
8282
</li>
8383
<?php } ?>
8484
<?php if ($this->uri->segment(1) != "oqrs") { ?>

0 commit comments

Comments
 (0)