diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index 12ef29819..8415fae3f 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -3109,7 +3109,7 @@ class e_form } } - $sep = (deftrue('BOOTSTRAP') === 3) ? "" : "/"; + $sep = (deftrue('BOOTSTRAP')) ? "" : "/"; $text .= implode($sep."
  • ",$opt);