We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9baa9 commit 5b4aa36Copy full SHA for 5b4aa36
application/views/visitor/layout/header.php
@@ -78,7 +78,7 @@
78
<ul class="navbar-nav ms-auto">
79
<?php if($this->optionslib->get_option('public_github_button') != "false") { ?> <!-- != false causes to set it on per default -->
80
<li class="nav-item">
81
- <a class="btn btn-secondary" href="https://github.com/wavelog/wavelog">Visit Wavelog on Github</a>
+ <a class="btn btn-secondary" href="https://github.com/wavelog/wavelog" target="_blank">Visit Wavelog on Github</a>
82
</li>
83
<?php } ?>
84
<?php if ($this->uri->segment(1) != "oqrs") { ?>
0 commit comments