mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove empty concatenation.
This commit is contained in:
parent
6f3ac947b2
commit
a25c797a44
@ -157,10 +157,11 @@ endforeach; ?>
|
||||
</nav>
|
||||
|
||||
<div class="infoblock">
|
||||
<?php print_info_box(gettext('' .
|
||||
<?php print_info_box(gettext(
|
||||
'The first (highest in list) enabled check ip service will be used to ' .
|
||||
'check IP addresses for Dynamic DNS services, and ' .
|
||||
'RFC 2136 entries that have the "Use public IP" option enabled.'), 'info', false); ?>
|
||||
'RFC 2136 entries that have the "Use public IP" option enabled.'
|
||||
), 'info', false); ?>
|
||||
</div>
|
||||
|
||||
<?php include("foot.inc");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user