mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix typo/spacing issue. Resolves #1300
This commit is contained in:
parent
4661598e4c
commit
95938fae08
@ -1127,7 +1127,7 @@ include("head.inc");
|
||||
<br/><center>
|
||||
<input onClick='tcpflags_anyclick(this);' type='checkbox' name='tcpflags_any' value='on' <?php if ($pconfig['tcpflags_any']) echo "checked"; ?>><strong><?=gettext("Any flags.");?></strong><br/></center>
|
||||
<br/>
|
||||
<span class="vexpl"><?=gettext("Use this to choose TCP flags that must".
|
||||
<span class="vexpl"><?=gettext("Use this to choose TCP flags that must ".
|
||||
"be set or cleared for this rule to match.");?></span>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user