From 3807ec9811abe98d5fbe5faea52cf915d28f6472 Mon Sep 17 00:00:00 2001 From: Mike Rostermund Date: Mon, 23 Jan 2017 21:22:45 +0100 Subject: [PATCH] Fix for broken tag. (#5560) --- html/pages/device/port.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/device/port.inc.php b/html/pages/device/port.inc.php index 68c533261d..ed1a08eed2 100644 --- a/html/pages/device/port.inc.php +++ b/html/pages/device/port.inc.php @@ -227,7 +227,7 @@ if (dbFetchCell("SELECT COUNT(*) FROM juniAtmVp WHERE port_id = '".$port['port_i }//end if if ($_SESSION['userlevel'] >= '10' && $config['enable_billing'] == 1) { - echo "'bills', 'view'=>'add', 'port'=>$port['port_id'])) . "'> border='0' align='absmiddle'> Create Bill"; + echo "'bills', 'view'=>'add', 'port'=>$port['port_id'])) . "'> Create Bill"; } print_optionbar_end();