Skip to content

Commit

Permalink
(template) fix url in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
AdSchellevis committed Aug 27, 2015
1 parent 5366b2b commit f9cb618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opnsense/mvc/app/views/layouts/default.volt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<!-- page footer -->
<footer class="page-foot col-sm-push-2">
<div class="container-fluid">
<a target="_blank" href="https://www.opnsense.org/?gui22" class="redlnk">OPNsense</a> is &copy;2014 - 2015 by <a href="http://www.deciso.com" class="tblnk">Deciso B.V.</a> All Rights Reserved.
<a target="_blank" href="https://www.opnsense.org/" class="redlnk">OPNsense</a> is &copy;2014 - 2015 by <a href="http://www.deciso.com" class="tblnk">Deciso B.V.</a> All Rights Reserved.
[<a href="/license.php" class="tblnk">view license</a>]
</div>
</footer>
Expand Down

0 comments on commit f9cb618

Please sign in to comment.