The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Not closed option tags - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: Not closed option tags (/showthread.php?tid=930) |
Not closed option tags - hadrasoft - 02-05-2018 Hi, 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 Not closed option tags - Brandin - 02-05-2018 Thanks @Handrasoft! Not closed option tags - Brandin - 02-17-2018 A fix for this will be in the next release. |