Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit 3e38143

Browse files
author
chrisisbeef
committed
Implementing HTMLCodec
1 parent 58d2fcb commit 3e38143

File tree

2 files changed

+670
-1
lines changed

2 files changed

+670
-1
lines changed

src/main/javascript/org/owasp/esapi/Core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ org.owasp.esapi.Base64 = {
402402

403403
return out;
404404
}
405-
}
405+
};
406406

407407
org.owasp.esapi.Encoder = function( aCodecs ) {
408408
var _codecs = [],

0 commit comments

Comments
 (0)