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");
}
});
});