summaryrefslogtreecommitdiffstats
path: root/usr/local/www/license.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-12-17 09:22:23 -0500
committerjim-p <jimp@pfsense.org>2012-12-17 09:22:23 -0500
commit38d41bb041e4df3e39a7399bb3f37b33a9159ce4 (patch)
treef124aaeb8d17ca50bc58754de053c591405fb26b /usr/local/www/license.php
parentc69c37b6b0f549e767286fefd7c89bd09a279468 (diff)
downloadpfsense-38d41bb041e4df3e39a7399bb3f37b33a9159ce4.zip
pfsense-38d41bb041e4df3e39a7399bb3f37b33a9159ce4.tar.gz
Add missing >. Fixes #2722
Diffstat (limited to 'usr/local/www/license.php')
-rwxr-xr-xusr/local/www/license.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/license.php b/usr/local/www/license.php
index 71b3a4f..82a93a5 100755
--- a/usr/local/www/license.php
+++ b/usr/local/www/license.php
@@ -165,7 +165,7 @@ include("head.inc");
<?=gettext("All rights reserved.");?><br>
<br>
<?=gettext("ISC DHCP server ");?>(<a href="http://www.isc.org/products/DHCP/" target="_blank">http://www.isc.org/products/DHCP</a>)<br>
- <?=gettext("Copyright"); ?> &copy; <?=gettext("2004-2012 Internet Software Consortium, Inc.");?<br>
+ <?=gettext("Copyright"); ?> &copy; <?=gettext("2004-2012 Internet Software Consortium, Inc.");?><br>
<?=gettext("Copyright"); ?> &copy; <?=gettext("1995-2003 Internet Software Consortium");?><br>
<br>
<?=gettext("PF"); ?> (<a href="http://www.openbsd.org/faq/pf" target="_blank">http://www.openbsd.org</a>)<br>
OpenPOWER on IntegriCloud