summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dnsmasq.php
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-01-07 12:09:13 +0000
committerNewEraCracker <neweracracker@gmail.com>2016-01-07 12:09:13 +0000
commit5bff8af8e445d1ad49c6c7ae60cb16af29e4fdb1 (patch)
tree1066f0ee0a61f57182d4727bcbe23874196e22d1 /src/usr/local/www/services_dnsmasq.php
parent24c16d618ea9f61a07b016808915706c9d2da7f5 (diff)
downloadpfsense-5bff8af8e445d1ad49c6c7ae60cb16af29e4fdb1.zip
pfsense-5bff8af8e445d1ad49c6c7ae60cb16af29e4fdb1.tar.gz
Adjust more calls to print_info_box with unquoted strings
Diffstat (limited to 'src/usr/local/www/services_dnsmasq.php')
-rw-r--r--src/usr/local/www/services_dnsmasq.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_dnsmasq.php b/src/usr/local/www/services_dnsmasq.php
index 3936420..cb5ad12 100644
--- a/src/usr/local/www/services_dnsmasq.php
+++ b/src/usr/local/www/services_dnsmasq.php
@@ -352,7 +352,7 @@ print_info_box(sprintf("If the DNS forwarder is enabled, the DHCP".
" is checked. If you don't use that option (or if you use".
" a static IP address on WAN), you must manually specify at".
" least one DNS server on the %sSystem:".
- "General setup%s page.",'<a href="system.php">','</a>','<a href="system.php">','</a>'), info);
+ "General setup%s page.",'<a href="system.php">','</a>','<a href="system.php">','</a>'), 'info');
?>
<div class="panel panel-default">
@@ -432,7 +432,7 @@ endforeach;
<?php
print_info_box(gettext("Entries in this section override individual results from the forwarders.") .
- gettext("Use these for changing DNS results or for adding custom DNS records."), info);
+ gettext("Use these for changing DNS results or for adding custom DNS records."), 'info');
?>
<div class="panel panel-default">
@@ -496,6 +496,6 @@ events.push(function() {
</script>
<?php
print_info_box(gettext("Entries in this area override an entire domain, and subdomains, by specifying an".
- " authoritative DNS server to be queried for that domain."), info);
+ " authoritative DNS server to be queried for that domain."), 'info');
include("foot.inc");
OpenPOWER on IntegriCloud