summaryrefslogtreecommitdiffstats
path: root/etc/inc/shaper.inc
diff options
context:
space:
mode:
authorErmal Luçi <ermal.luci@gmail.com>2012-10-15 14:51:52 -0700
committerErmal Luçi <ermal.luci@gmail.com>2012-10-15 14:51:52 -0700
commit6eb97c2ea43afb8511cb52bbb33d825b4a7fcc3d (patch)
tree650dae4b71323fd22c1c811abf095ebcd597d0e6 /etc/inc/shaper.inc
parente7ccf2a5bdca3c39612622391291297701c61ed5 (diff)
parenta1dd913efa2b743f762fe1bf8b2b8d87bcca2495 (diff)
downloadpfsense-6eb97c2ea43afb8511cb52bbb33d825b4a7fcc3d.zip
pfsense-6eb97c2ea43afb8511cb52bbb33d825b4a7fcc3d.tar.gz
Merge pull request #239 from phil-davis/master
Limiter addBwRowTo plus icon syntax
Diffstat (limited to 'etc/inc/shaper.inc')
-rw-r--r--etc/inc/shaper.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index 0b383e5..e1ae9ee 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -1,6 +1,6 @@
<?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
@@ -3183,7 +3183,7 @@ EOD;
}
$form .= "</tbody></table>";
$form .= "<a onclick=\"javascript:addBwRowTo('maintable'); return false;\" href='#'>";
- $form .= "<img border='0' src='/themes/{$g['theme']}/images/icons/icon_plus.gif' alt='' title='" . gettext("add another schedule") . "/></a>";
+ $form .= "<img border='0' src='/themes/{$g['theme']}/images/icons/icon_plus.gif' alt='' title='" . gettext("add another schedule") . "' /></a>";
$form .= "</td></tr>";
$form .= "<tr><td valign=\"center\" class=\"vncellreq\">" . gettext("Mask") . "</td>";
$form .= "<td class=\"vncellreq\">";
OpenPOWER on IntegriCloud