summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_igmpproxy_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-06-15 14:19:11 +0545
committerPhil Davis <phil.davis@inf.org>2015-06-15 14:19:11 +0545
commit6c07db487164262f9191ad02805523bd153e0ba6 (patch)
tree0c266356179ac730233a16c0e3767a0c22514c4d /usr/local/www/services_igmpproxy_edit.php
parent67d9685607eef7c679fda929ad4855be1b2f9dec (diff)
downloadpfsense-6c07db487164262f9191ad02805523bd153e0ba6.zip
pfsense-6c07db487164262f9191ad02805523bd153e0ba6.tar.gz
Code spacing
and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
Diffstat (limited to 'usr/local/www/services_igmpproxy_edit.php')
-rw-r--r--usr/local/www/services_igmpproxy_edit.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/usr/local/www/services_igmpproxy_edit.php b/usr/local/www/services_igmpproxy_edit.php
index 935bf49..2d299c0 100644
--- a/usr/local/www/services_igmpproxy_edit.php
+++ b/usr/local/www/services_igmpproxy_edit.php
@@ -92,7 +92,7 @@ if ($_POST) {
$address = "";
$isfirst = 0;
/* item is a normal igmpentry type */
- for ($x=0; $x<4999; $x++) {
+ for ($x = 0; $x < 4999; $x++) {
if ($_POST["address{$x}"] <> "") {
if ($isfirst > 0) {
$address .= " ";
@@ -203,15 +203,15 @@ include("head.inc");
</select>
<br />
<span class="vexpl">
- <?=gettext("The <b>upstream</b> network interface is the outgoing interface which is".
- " responsible for communicating to available multicast data sources.".
+ <?=gettext("The <b>upstream</b> network interface is the outgoing interface which is" .
+ " responsible for communicating to available multicast data sources." .
" There can only be one upstream interface.");?>
</span>
<br />
<span class="vexpl">
<b><?=gettext("Downstream"); ?></b>
- <?=gettext("network interfaces are the distribution interfaces to the".
- " destination networks, where multicast clients can join groups and".
+ <?=gettext("network interfaces are the distribution interfaces to the" .
+ " destination networks, where multicast clients can join groups and" .
" receive multicast data. One or more downstream interfaces must be configured.");?>
</span>
</td>
@@ -222,8 +222,8 @@ include("head.inc");
<input name="threshold" class="formfld unknown" id="threshold" value="<?php echo htmlspecialchars($pconfig['threshold']);?>" />
<br />
<span class="vexpl">
- <?=gettext("Defines the TTL threshold for the network interface. Packets".
- " with a lower TTL than the threshold value will be ignored. This".
+ <?=gettext("Defines the TTL threshold for the network interface. Packets" .
+ " with a lower TTL than the threshold value will be ignored. This" .
" setting is optional, and by default the threshold is 1.");?>
</span>
</td>
OpenPOWER on IntegriCloud