survey_seahorse

Software Engineering Project - Fall 2018
Log | Files | Refs | README

commit 7439ec180ba0aceaccf86fbe2ff30d89c58d1005
parent 4609d78415da4f166872600dbe1ebf51f6501538
Author: John Kubach <johnkubach@gmail.com>
Date:   Sun, 16 Dec 2018 23:43:51 -0500

fix links on login page

links no longer open in new tab

Diffstat:
Mwebsite/login.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/login.php b/website/login.php @@ -13,7 +13,7 @@ if (!empty($_GET)) { <input type="text" name="username" placeholder="User Name"> <input type="text" name="password" placeholder="Password"> <button type="submit" name="submit">Sign In</button> <br> - <a href = "passReset.php" target = "_blank">Forgot your password?</a> <br> - <a href = "signup.php" target = "_blank">Don't have an account?</a> + <a href = "passReset.php" >Forgot your password?</a> <br> + <a href = "signup.php" >Don't have an account?</a> </form> </html>