mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
remove divider for bootstrap4 too #2898
This commit is contained in:
@@ -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>",$opt);
|
||||
|
||||
|
Reference in New Issue
Block a user