From a61834a1ed447e98bcd892b8b4495c9445a4dd83 Mon Sep 17 00:00:00 2001 From: sozysozbot Date: Fri, 15 Oct 2021 23:31:04 +0900 Subject: [PATCH] Consistently use double quotes in HTML --- src/generators/asset-types/__tests__/__snapshots__/html.ts.snap | 2 +- templates/html.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/generators/asset-types/__tests__/__snapshots__/html.ts.snap b/src/generators/asset-types/__tests__/__snapshots__/html.ts.snap index 95f53b7f..d9db412f 100644 --- a/src/generators/asset-types/__tests__/__snapshots__/html.ts.snap +++ b/src/generators/asset-types/__tests__/__snapshots__/html.ts.snap @@ -64,7 +64,7 @@ exports[`\`HTML\` asset generator renders HTML correctly with prefix and tag nam
- my-icon + my-icon diff --git a/templates/html.hbs b/templates/html.hbs index debe9367..4f588a39 100644 --- a/templates/html.hbs +++ b/templates/html.hbs @@ -62,7 +62,7 @@ <{{ ../tag }} class="{{ ../prefix }} {{ ../prefix }}-{{ @key }}">
- {{ @key }} + {{ @key }} {{/ each }}