diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php
index 51881e939..0ec54d604 100644
--- a/html/pages/devices.inc.php
+++ b/html/pages/devices.inc.php
@@ -184,7 +184,7 @@ foreach (dbFetch('SELECT `version` FROM `devices` AS D WHERE 1 GROUP BY `version
if ($data['version']) {
$tmp_version = str_replace(array("\r","\n"), "", $data['version']);
echo('""+');