diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index 3a24547cd..aaed52ae1 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -3109,7 +3109,7 @@ class e_form } } - $sep = (deftrue('BOOTSTRAP') === 3) ? "" : "<span class='divider'>/</span>"; + $sep = (deftrue('BOOTSTRAP')) ? "" : "<span class='divider'>/</span>"; $text .= implode($sep."</li><li class='breadcrumb-item'>",$opt);