Commit 618d17f6 authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep

parent a84ebd98
...@@ -514,7 +514,7 @@ class altq_root_queue { ...@@ -514,7 +514,7 @@ class altq_root_queue {
return "\n"; return "\n";
} }
$frule .= $rules; $frule .= $rules;
} }
$rules .= " \n"; $rules .= " \n";
return $rules; return $rules;
......
...@@ -156,7 +156,7 @@ $pgtitle_output = true; ...@@ -156,7 +156,7 @@ $pgtitle_output = true;
<a href="<?php echo $subMenuItem->Url;?>" class="list-group-item <?php if ($subMenuItem->Selected) echo "active";?>"><?php echo $subMenuItem->VisibleName;?></a> <a href="<?php echo $subMenuItem->Url;?>" class="list-group-item <?php if ($subMenuItem->Selected) echo "active";?>"><?php echo $subMenuItem->VisibleName;?></a>
<?php endif;?> <?php endif;?>
<?php endforeach; ?> <?php endforeach; ?>
</div> </div>
<?php endforeach; ?> <?php endforeach; ?>
</div> </div>
</div> </div>
......
...@@ -1281,7 +1281,7 @@ include("head.inc"); ...@@ -1281,7 +1281,7 @@ include("head.inc");
if($x == $pconfig['max-src-conn-rates']) $selected = " selected=\"selected\""; else $selected = ""; if($x == $pconfig['max-src-conn-rates']) $selected = " selected=\"selected\""; else $selected = "";
echo "<option value=\"{$x}\"{$selected}>{$x}</option>\n"; echo "<option value=\"{$x}\"{$selected}>{$x}</option>\n";
} ?> } ?>
</select><br /> </select><br />
<?=gettext("Maximum new connections per host / per second(s) (TCP only)");?> <?=gettext("Maximum new connections per host / per second(s) (TCP only)");?>
</p><p> </p><p>
<input name="statetimeout" value="<?php echo htmlspecialchars($pconfig['statetimeout']) ?>" /><br /> <input name="statetimeout" value="<?php echo htmlspecialchars($pconfig['statetimeout']) ?>" /><br />
...@@ -1347,7 +1347,7 @@ include("head.inc"); ...@@ -1347,7 +1347,7 @@ include("head.inc");
<option value="keep state" <?php if(!isset($pconfig['statetype']) or $pconfig['statetype'] == "keep state") echo "selected=\"selected\""; ?>><?=gettext("keep state");?></option> <option value="keep state" <?php if(!isset($pconfig['statetype']) or $pconfig['statetype'] == "keep state") echo "selected=\"selected\""; ?>><?=gettext("keep state");?></option>
<option value="sloppy state" <?php if($pconfig['statetype'] == "sloppy state") echo "selected=\"selected\""; ?>><?=gettext("sloppy state");?></option> <option value="sloppy state" <?php if($pconfig['statetype'] == "sloppy state") echo "selected=\"selected\""; ?>><?=gettext("sloppy state");?></option>
<option value="synproxy state"<?php if($pconfig['statetype'] == "synproxy state") echo "selected=\"selected\""; ?>><?=gettext("synproxy state");?></option> <option value="synproxy state"<?php if($pconfig['statetype'] == "synproxy state") echo "selected=\"selected\""; ?>><?=gettext("synproxy state");?></option>
<option value="none"<?php if($pconfig['statetype'] == "none") echo "selected=\"selected\""; ?>><?=gettext("none");?></option> <option value="none"<?php if($pconfig['statetype'] == "none") echo "selected=\"selected\""; ?>><?=gettext("none");?></option>
</select><br /> </select><br />
<span class="vexpl"> <span class="vexpl">
<?=gettext("Hint: Select which type of state tracking mechanism you would like to use. If in doubt, use keep state.");?> <?=gettext("Hint: Select which type of state tracking mechanism you would like to use. If in doubt, use keep state.");?>
......
...@@ -50,7 +50,7 @@ $pagetitle = gentitle( $pgtitle ); ...@@ -50,7 +50,7 @@ $pagetitle = gentitle( $pgtitle );
<script type="text/javascript" src="/javascript/jquery-1.11.2.min.js"></script> <script type="text/javascript" src="/javascript/jquery-1.11.2.min.js"></script>
<!-- Ticker used for notices--> <!-- Ticker used for notices-->
<script type="text/javascript" src="/javascript/ticker.js"></script> <script type="text/javascript" src="/javascript/ticker.js"></script>
<?php <?php
...@@ -95,4 +95,3 @@ $pagetitle = gentitle( $pgtitle ); ...@@ -95,4 +95,3 @@ $pagetitle = gentitle( $pgtitle );
<?php if (!$closehead):?></head><? endif;?> <?php if (!$closehead):?></head><? endif;?>
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