1
0
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:
Jimako
2018-01-02 11:23:44 +01:00
committed by GitHub
parent 2d9846272b
commit a413edd15d

View File

@@ -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);