diff options
Diffstat (limited to 'manageservices.php')
-rw-r--r-- | manageservices.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manageservices.php b/manageservices.php index fe68c81..a69f4e6 100644 --- a/manageservices.php +++ b/manageservices.php @@ -138,8 +138,8 @@ function getservicebyid($id) { </div> <div class="col2"> <h3>Logged as <?php echo $username; ?></h3> - <h3><a href="/logout.php">Logout</h2> - <h3><a href="/admin.php">Back to admin panel</h2> + <h3><a href="/logout.php">Logout</a></h2> + <h3><a href="/admin.php">Back to admin panel</a></h2> </div> </div> </main> |