summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_gif_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_gif_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_gif_edit.php')
-rw-r--r--usr/local/www/interfaces_gif_edit.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr/local/www/interfaces_gif_edit.php b/usr/local/www/interfaces_gif_edit.php
index 464d980..42cca50 100644
--- a/usr/local/www/interfaces_gif_edit.php
+++ b/usr/local/www/interfaces_gif_edit.php
@@ -3,7 +3,7 @@
/*
interfaces_gif_edit.php
- Copyright (C) 2008 Ermal Luçi
+ Copyright (C) 2008 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -165,21 +165,21 @@ include("head.inc");
}
?>
</select>
- <br/>
+ <br />
<span class="vexpl"><?=gettext("The interface here serves as the local address to be used for the gif tunnel."); ?></span></td>
</tr>
<tr>
<td valign="top" class="vncellreq"><?=gettext("gif remote address"); ?></td>
<td class="vtable">
<input name="remote-addr" type="text" class="formfld unknown" id="remote-addr" size="24" value="<?=htmlspecialchars($pconfig['remote-addr']);?>" />
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Peer address where encapsulated gif packets will be sent. "); ?></span></td>
</tr>
<tr>
<td valign="top" class="vncellreq"><?=gettext("gif tunnel local address"); ?></td>
<td class="vtable">
<input name="tunnel-local-addr" type="text" class="formfld unknown" id="tunnel-local-addr" size="24" value="<?=htmlspecialchars($pconfig['tunnel-local-addr']);?>" />
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Local gif tunnel endpoint"); ?></span></td>
</tr>
<tr>
@@ -196,21 +196,21 @@ include("head.inc");
}
?>
</select>
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Remote gif address endpoint. The subnet part is used for determining the network that is tunnelled."); ?></span></td>
</tr>
<tr>
<td valign="top" class="vncell"><?=gettext("Route caching "); ?></td>
<td class="vtable">
<input name="link0" type="checkbox" id="link0" <?if ($pconfig['link0']) echo "checked=\"checked\"";?> />
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Specify if route caching can be enabled. Be careful with these settings on dynamic networks. "); ?></span></td>
</tr>
<tr>
<td valign="top" class="vncell"><?=gettext("ECN friendly behavior"); ?></td>
<td class="vtable">
<input name="link1" type="checkbox" id="link1" <?if ($pconfig['link1']) echo "checked=\"checked\"";?> />
- <br/>
+ <br />
<span class="vexpl">
<?=gettext("Note that the ECN friendly behavior violates RFC2893. This should be " .
"used in mutual agreement with the peer."); ?>
@@ -220,7 +220,7 @@ include("head.inc");
<td width="22%" valign="top" class="vncell"><?=gettext("Description"); ?></td>
<td width="78%" class="vtable">
<input name="descr" type="text" class="formfld unknown" id="descr" size="40" value="<?=htmlspecialchars($pconfig['descr']);?>" />
- <br/> <span class="vexpl"><?=gettext("You may enter a description here " .
+ <br /> <span class="vexpl"><?=gettext("You may enter a description here " .
"for your reference (not parsed)."); ?></span></td>
</tr>
<tr>
OpenPOWER on IntegriCloud