Commit 32244314 authored by Franco Fichtner's avatar Franco Fichtner

dns: don't use " for literal quotes

parent 3e46eb41
...@@ -404,8 +404,8 @@ $( document ).ready(function() { ...@@ -404,8 +404,8 @@ $( document ).ready(function() {
" address as a DNS server to DHCP clients so they will use". " address as a DNS server to DHCP clients so they will use".
" the forwarder. The DNS forwarder will use the DNS servers". " the forwarder. The DNS forwarder will use the DNS servers".
" entered in %sSystem: General setup%s". " entered in %sSystem: General setup%s".
" or those obtained via DHCP or PPP on WAN if the "Allow". " or those obtained via DHCP or PPP on WAN if the \"Allow".
" DNS server list to be overridden by DHCP/PPP on WAN"". " DNS server list to be overridden by DHCP/PPP on WAN\"".
" is checked. If you don't use that option (or if you use". " is checked. If you don't use that option (or if you use".
" a static IP address on WAN), you must manually specify at". " a static IP address on WAN), you must manually specify at".
" least one DNS server on the %sSystem: General setup%s page."), " least one DNS server on the %sSystem: General setup%s page."),
......
...@@ -315,10 +315,10 @@ include_once("head.inc"); ...@@ -315,10 +315,10 @@ include_once("head.inc");
<?= sprintf(gettext("If the DNS Resolver is enabled, the DHCP". <?= sprintf(gettext("If the DNS Resolver is enabled, the DHCP".
" service (if enabled) will automatically serve the LAN IP". " service (if enabled) will automatically serve the LAN IP".
" address as a DNS server to DHCP clients so they will use". " address as a DNS server to DHCP clients so they will use".
" the DNS Resolver. If Forwarding, is enabled, the DNS Resolver will use the DNS servers". " the DNS Resolver. If Forwarding, is enabled, the DNS Resolver".
" entered in %sSystem: General setup%s". " will use the DNS servers entered in %sSystem: General setup%s".
" or those obtained via DHCP or PPP on WAN if the &quot;Allow". " or those obtained via DHCP or PPP on WAN if the \"Allow".
" DNS server list to be overridden by DHCP/PPP on WAN&quot;". " DNS server list to be overridden by DHCP/PPP on WAN\"".
" is checked."),'<a href="system_general.php">','</a>');?> " is checked."),'<a href="system_general.php">','</a>');?>
</td> </td>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment