From ee56597270f660b0d4c79fb42c55cdfa3de4396a Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 12 Jan 2017 12:28:37 -0800 Subject: [PATCH] Allow glyphs even without bootstrap. --- e107_handlers/e_parse_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index ca9e5c292..6ad5e1901 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -3536,7 +3536,7 @@ class e_parser public function toGlyph($text, $space=" ") { - if(!deftrue('BOOTSTRAP') || empty($text)) + if(empty($text)) { return false; }