From af7e9afdcba4f850f87cc01bcc27cd1d1318cb71 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sun, 10 May 2020 02:04:33 -0600 Subject: [PATCH] don't attempt to escape uiRootPath value --- src/partials/footer-scripts.hbs | 4 ++-- src/partials/head-icons.hbs | 2 +- src/partials/head-styles.hbs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/partials/footer-scripts.hbs b/src/partials/footer-scripts.hbs index 77f26d1..d106cd3 100644 --- a/src/partials/footer-scripts.hbs +++ b/src/partials/footer-scripts.hbs @@ -1,2 +1,2 @@ - - + + diff --git a/src/partials/head-icons.hbs b/src/partials/head-icons.hbs index aa089d0..4400e2f 100644 --- a/src/partials/head-icons.hbs +++ b/src/partials/head-icons.hbs @@ -1 +1 @@ - {{!-- --}} + {{!-- --}} diff --git a/src/partials/head-styles.hbs b/src/partials/head-styles.hbs index c1df1ae..d6839e5 100644 --- a/src/partials/head-styles.hbs +++ b/src/partials/head-styles.hbs @@ -1 +1 @@ - + -- 2.11.0