Skip to content

Commit

Permalink
#1754: add missing "> to amscript-html check
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Oct 2, 2024
1 parent afeef32 commit 3f15549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/validations.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default async function validation(definition, item, targetDir, codeExtrac
for (const codeExtractItem of codeExtractItemArr) {
if (
codeExtractItem.content.includes(
'<script runat="server" language="ampscript'
'<script runat="server" language="ampscript">'
)
) {
return false;
Expand Down

0 comments on commit 3f15549

Please sign in to comment.