diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php index 04dd7e1a3..51881e939 100644 --- a/html/pages/devices.inc.php +++ b/html/pages/devices.inc.php @@ -182,11 +182,12 @@ foreach (dbFetch('SELECT `os` FROM `devices` AS D WHERE 1 GROUP BY `os` ORDER BY foreach (dbFetch('SELECT `version` FROM `devices` AS D WHERE 1 GROUP BY `version` ORDER BY `version`') as $data) { if ($data['version']) { - echo('""+'); + echo('">'.$tmp_version.'"+'); } } ?>