summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_qinq_edit.php
diff options
context:
space:
mode:
authorayvis <ayvis.infra@gmail.com>2014-03-17 23:31:02 +0100
committerRenato Botelho <garga@FreeBSD.org>2014-03-18 16:09:05 -0300
commit1d7ba6839606966cf26b1eb8d0ccd440cde9c833 (patch)
treeadec90e87931a07c301c2bbea25885c1cfcd411d /usr/local/www/interfaces_qinq_edit.php
parentd5d22d6e36120b3250d337dccd3194d1a61c4451 (diff)
downloadpfsense-1d7ba6839606966cf26b1eb8d0ccd440cde9c833.zip
pfsense-1d7ba6839606966cf26b1eb8d0ccd440cde9c833.tar.gz
replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8
Diffstat (limited to 'usr/local/www/interfaces_qinq_edit.php')
-rw-r--r--[-rwxr-xr-x]usr/local/www/interfaces_qinq_edit.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr/local/www/interfaces_qinq_edit.php b/usr/local/www/interfaces_qinq_edit.php
index 93d98c4..26f3518 100755..100644
--- a/usr/local/www/interfaces_qinq_edit.php
+++ b/usr/local/www/interfaces_qinq_edit.php
@@ -1,6 +1,6 @@
<?php
/*
- Copyright (C) 2009 Ermal Luçi
+ Copyright (C) 2009 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -306,7 +306,7 @@ function removeRow(el) {
}
?>
</select>
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Only QinQ capable interfaces will be shown.");?></span></td>
</tr>
<tr>
@@ -323,17 +323,17 @@ function removeRow(el) {
<td width="22%" valign="top" class="vncell"><?=gettext("Options");?></td>
<td width="78%" class="vtable">
<?php /* ?>
- <br/>
+ <br />
<input type="checkbox" value="yes" name="autoassign" id="autoassign" <?php if ($pconfig['autoassign']) echo "checked=\"checked\""; ?> />
<span class="vexpl"> Auto assign interface so it can be configured with ip etc...</span>
- <br/>
+ <br />
<input type="checkbox" value="yes" name="autoenable" id="autoenable" <?php if ($pconfig['autoenable']) echo "checked=\"checked\""; ?> />
<span class="vexpl"> Auto enable interface so it can be used on filter rules.</span>
- <br/>
+ <br />
<input type="checkbox" value="yes" name="autoadjustmtu" id="autoadjustmtu" <?php if ($pconfig['autoadjustmtu']) echo "checked=\"checked\""; ?> />
- <span class="vexpl"> Allows to keep clients mtu unchanged(1500). <br/>NOTE: if you are using jumbo frames this option is not needed and may produce incorrect results!</span>
+ <span class="vexpl"> Allows to keep clients mtu unchanged(1500). <br />NOTE: if you are using jumbo frames this option is not needed and may produce incorrect results!</span>
<?php */ ?>
- <br/>
+ <br />
<input name="autogroup" type="checkbox" value="yes" id="autogroup" <?php if ($pconfig['autogroup']) echo "checked=\"checked\""; ?> />
<span class="vexpl"><?=gettext("Adds interface to QinQ interface groups so you can write filter rules easily.");?></span>
</td>
@@ -354,7 +354,7 @@ function removeRow(el) {
<span class="vexpl">
<?=gettext("You can specify ranges in the input below. The format is pretty simple i.e 9-100 or 10.20...");?>
</span>
- <br/>
+ <br />
<table id="maintable" summary="main table">
<tbody>
<tr>
OpenPOWER on IntegriCloud