Release redbean 2.0.18

This commit is contained in:
Justine Tunney 2022-09-04 06:57:59 -07:00
parent 8dd4ec68d0
commit 6a04bc3318
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
4 changed files with 16 additions and 16 deletions

View file

@ -132,11 +132,6 @@ char *EscapeJsStringLiteral(char **r, size_t *y, const char *p, size_t n,
q[1] = '"';
q += 2;
break;
case 8:
q[0] = '\\';
q[1] = '\'';
q += 2;
break;
case 9:
w = EncodeUtf16(x);
do {