SQL Error '-104' in XSS Lesson Page 7 #416

This commit is contained in:
nbaars
2018-01-10 12:48:45 +01:00
parent 253a2f16ed
commit a6b9235711
2 changed files with 4 additions and 2 deletions

View File

@ -64,7 +64,7 @@ public class CrossSiteScriptingLesson5a extends AssignmentEndpoint {
userSessionData.setValue("xss-reflected1-complete",(Object)"false");
StringBuffer cart = new StringBuffer();
cart.append("Thank you for shopping at WebGoat. <br />You're support is appreciated<hr />");
cart.append("<p>We have chaged credit card:" + field1 + "<br />");
cart.append("<p>We have charged credit card:" + field1 + "<br />");
cart.append( " ------------------- <br />");
cart.append( " $" + totalSale);