Fix the syntax by adding a missing ).
This commit is contained in:
@@ -590,7 +590,7 @@ require_once "resources/require.php";
|
|||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "</tr>\n";
|
echo "</tr>\n";
|
||||||
|
|
||||||
if (permission_exists('device_line_view') {
|
if (permission_exists('device_line_view')) {
|
||||||
echo " <tr>";
|
echo " <tr>";
|
||||||
echo " <td class='vncell' valign='top'>".$text['label-lines']."</td>";
|
echo " <td class='vncell' valign='top'>".$text['label-lines']."</td>";
|
||||||
echo " <td class='vtable' align='left'>";
|
echo " <td class='vtable' align='left'>";
|
||||||
|
|||||||
Reference in New Issue
Block a user