Skip to content

Commit a2e66c7

Browse files
author
latham
committed
Quote some vars
1 parent e7635ff commit a2e66c7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

interface/web/dns/list/dns_a.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "dns_a_list.php";

interface/web/dns/list/dns_slave.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "dns_slave_list.php";

interface/web/dns/list/dns_soa.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "dns_soa_list.php";

interface/web/dns/list/dns_template.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "dns_template_list.php";

0 commit comments

Comments
 (0)