Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
updated onerror attr
Browse files Browse the repository at this point in the history
  • Loading branch information
JiiB committed Nov 8, 2021
1 parent fdff403 commit 3172491
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/server.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/server.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const createIncludeElement = (
([key, value]) => (attrs += ` ${key}="${value ? escapeAttr(value) : ""}"`)
);

return `<esi:include${attrs} onerror="continue" ></esi:include>`;
return `<esi:include${attrs} onerror='continue'></esi:include>`;
};

type transformCallback = (error?: Error, data?: any) => void;
Expand Down

0 comments on commit 3172491

Please sign in to comment.