From 971e5a78f97fa3f94633244196f455112c32a40c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 19 Apr 2024 21:46:42 -0700 Subject: fix(scuttlizr): No named entity for non-breaking space in XHTML While running in Debug mode XHTML is rendered instead of HTML, and XHTML doesn't have a named entity for non-breaking space (‘ ’ in HTML), so the numeric one must be used instead. --- data/templates/sscuttlizr/importStructure.tpl.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'data/templates/sscuttlizr/importStructure.tpl.php') diff --git a/data/templates/sscuttlizr/importStructure.tpl.php b/data/templates/sscuttlizr/importStructure.tpl.php index 9c54612..580330a 100644 --- a/data/templates/sscuttlizr/importStructure.tpl.php +++ b/data/templates/sscuttlizr/importStructure.tpl.php @@ -24,11 +24,11 @@ $this->includeTemplate($GLOBALS['top_include']);

  • @@ -39,4 +39,4 @@ $this->includeTemplate($GLOBALS['top_include']); includeTemplate($GLOBALS['bottom_include']); -?> \ No newline at end of file +?> -- cgit v1.2.3-54-g00ecf