From 4e6f8fae2eb72ba22c810f7078b66b56bd06305d Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Mon, 10 Oct 2016 18:17:56 -0400 Subject: [PATCH] build: Add charset to stylesheet link tags. --- build-docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-docs b/build-docs index 7bb94c6e..9e71ef18 100755 --- a/build-docs +++ b/build-docs @@ -212,7 +212,7 @@ function build_source { done TEMPLATE_STYLES="" for STYLE in ${TEMPLATE_Assets_Styles[@]}; do - TEMPLATE_STYLES+="" + TEMPLATE_STYLES+="" done sed -E \ -e 's|\{\{[ ]*template\.scripts[ ]*\}\}|'"${TEMPLATE_SCRIPTS:-}"'|g' \