From 2ba07ad6ae6c0ae8b59651a28044412d1eddac9b Mon Sep 17 00:00:00 2001 From: Hannah Ellis Date: Fri, 24 Jun 2022 11:27:18 +0100 Subject: [PATCH] fixing anchor --- Java Parsons Problems/Exercise 13.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Java Parsons Problems/Exercise 13.html b/Java Parsons Problems/Exercise 13.html index 66f837c..f526be1 100644 --- a/Java Parsons Problems/Exercise 13.html +++ b/Java Parsons Problems/Exercise 13.html @@ -71,7 +71,7 @@

Exercise 13

var fb = parson.getFeedback(); $("#unittest").html("

Feedback from testing your program:

" + fb.feedback); if (fb.success) { - $(".testcase.pass").append("Next Exercise"); + $(".testcase.pass").append("Next Exercise"); } }); });