Skip to content

Commit 9e805ce

Browse files
committed
Remove "
1 parent 0ec1ba9 commit 9e805ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

html/nav.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
echo '</a><div class="dropdown-content"><a href="users/control/server.php">More</a><a href="users/logout.php">Logout</a></div></div>';
1212
}else {
1313
$_SESSION['backURI'] = $_SERVER['REQUEST_URI'];
14-
echo '<div class="login"><a class="button white-hover" href='."'users/control/server.php'".'">Login</a><div class="dropdown-content"></div></div>';
14+
echo '<div class="login"><a class="button white-hover" href='."'users/control/server.php'".'>Login</a><div class="dropdown-content"></div></div>';
1515
}
1616
?>
17-
</div>
17+
<ul>
18+
</div>

0 commit comments

Comments
 (0)