mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 02:25:05 +00:00
dhcp: parenthesis are bad style, either important without or discard
This commit is contained in:
parent
582adc9ef2
commit
67bbb8e342
@ -216,9 +216,9 @@ include("head.inc");
|
||||
<td>
|
||||
<input name="domainsearchlist" type="text" value="<?=$pconfig['domainsearchlist'];?>" />
|
||||
<div class="hidden" data-for="help_for_domainsearchlist">
|
||||
<?=gettext("If you want to use a custom domain search list for this host, you may optionally specify one or multiple domain(s) here. " .
|
||||
"Use the semicolon character as separator. The first domain in this list will also be used for DNS registration of this host (if enabled). " .
|
||||
"(If empty, the first domain in the interface's domain search list will be used. If this is empty, too, the system domain will be used.)");?>
|
||||
<?=gettext("If you want to use a custom domain search list for this host, you may optionally specify one or multiple domains here. " .
|
||||
"Use the semicolon character as separator. The first domain in this list will also be used for DNS registration of this host if enabled. " .
|
||||
"If empty, the first domain in the interface's domain search list will be used. If this is empty, too, the system domain will be used.");?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user