We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4062567 commit 76fc1c7Copy full SHA for 76fc1c7
src/core.ts
@@ -169,7 +169,7 @@ export class Core extends Module {
169
if (!key.startsWith('$')) {
170
const container = document.querySelector(this.getFragmentContainerSelector(fragment, key));
171
if (container) {
172
- this.setEvalInnerHtml(container, res[key],container.tagName === "meta");
+ this.setEvalInnerHtml(container, res[key],container.tagName === "META");
173
}
174
175
});
0 commit comments