Skip to content

Commit

Permalink
Solve whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Feb 10, 2017
1 parent 797ffb2 commit 2d83126
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid" ng-controller="NavbarController">
<div class="navbar-header">
<a href="#/"><img class="navbar-brand navbar-logo" src="/public/images/JuiceShop_Logo.svg" alt="Juice Shop Logo"></a><a class="navbar-brand" href="#/">OWASP Juice Shop <small ng-bind="version"></small></a>
<a href="#/"><img class="navbar-brand navbar-logo" src="/public/images/JuiceShop_Logo.png" alt="Juice Shop Logo"></a><a class="navbar-brand" href="#/">OWASP Juice Shop <small ng-bind="version"></small></a>
</div>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown" ng-show="!isLoggedIn()">
Expand Down
Binary file modified ftp/incident-support.kdbx
Binary file not shown.

0 comments on commit 2d83126

Please sign in to comment.