Merge branch 'cherry-pick-68bdcdd7' into 'pandora_6.0'

Fixed typo error

See merge request !155
This commit is contained in:
vgilc 2017-02-15 15:49:51 +01:00
commit a905153349

View File

@ -648,7 +648,7 @@ function ui_print_os_icon ($id_os, $name = true, $return = false,
}
else
//$output = "<img src='images/os_icons/" . $icon . "' alt='" . $os_name . "' title='" . $os_name . "'>";
$output = "images/" . $subfolter . "/" . $icon;
$output = "images/" . $subfolder . "/" . $icon;
if ($name === true) {
$output .= '&nbsp;&nbsp;' . $os_name;