02-05-2018, 09:49 AM
Hi,
I found in \users\views\_admin_css_settings.php that the opened <option> tags are not closed.
line 13
line 27
line 41
should be
Userspice version 4.3.12
Best regards,
Hadrasoft
I found in \users\views\_admin_css_settings.php that the opened <option> tags are not closed.
line 13
line 27
line 41
Code:
echo "<option value=".$filename.">".$filename."";
should be
Code:
echo "<option value=".$filename.">".$filename."</option>";
Userspice version 4.3.12
Best regards,
Hadrasoft