diff --git a/html/pages/device/apps.inc.php b/html/pages/device/apps.inc.php
index fe7889b7f..8060f3211 100644
--- a/html/pages/device/apps.inc.php
+++ b/html/pages/device/apps.inc.php
@@ -14,13 +14,13 @@ while ($app = mysql_fetch_assoc($query))
if ($_GET['opta'] == $app['app_type'])
{
- echo("");
- echo('
');
+ echo(""); }
+ echo(" " . $app['app_type'] ."");
+ if ($_GET['opta'] == $app['app_type']) { echo(""); }
$sep = " | ";
}
@@ -33,4 +33,4 @@ if (is_file("pages/device/apps/".mres($_GET['opta']).".inc.php"))
include("pages/device/apps/".mres($_GET['opta']).".inc.php");
}
-?>
\ No newline at end of file
+?>