Fix the syntax by adding a missing ).

This commit is contained in:
markjcrane
2015-11-05 11:24:28 -07:00
parent 722e442703
commit 2ffd50dc81

View File

@@ -590,7 +590,7 @@ require_once "resources/require.php";
echo "</td>\n";
echo "</tr>\n";
if (permission_exists('device_line_view') {
if (permission_exists('device_line_view')) {
echo " <tr>";
echo " <td class='vncell' valign='top'>".$text['label-lines']."</td>";
echo " <td class='vtable' align='left'>";