1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

Bootstrap5 styling

This commit is contained in:
Cameron
2021-02-10 09:03:17 -08:00
parent 0cd5381435
commit a1faa5d08b
2 changed files with 29 additions and 29 deletions

View File

@@ -3624,7 +3624,7 @@ var_dump($select_options);*/
foreach($value as $k=>$v)
{
$text .= '<li>'.$v.'</li>';
$text .= '<li class="dropdown-item">'.$v.'</li>';
}
$text .= '