summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-07-08 16:30:25 -0300
committerRenato Botelho <renato@netgate.com>2016-07-08 16:30:57 -0300
commit4041a5f17232c455cfaf0c37611b5fdd1c050255 (patch)
treed6dda84a049e0137d4e93839abe58e4fcf4cfa86 /src/usr/local/www
parent7d383978beae01ce01c19c02549a308be77a910a (diff)
downloadpfsense-4041a5f17232c455cfaf0c37611b5fdd1c050255.zip
pfsense-4041a5f17232c455cfaf0c37611b5fdd1c050255.tar.gz
Remove stray '
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/widgets/widgets/openvpn.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/openvpn.widget.php b/src/usr/local/www/widgets/widgets/openvpn.widget.php
index 671c254..943cbca 100644
--- a/src/usr/local/www/widgets/widgets/openvpn.widget.php
+++ b/src/usr/local/www/widgets/widgets/openvpn.widget.php
@@ -133,7 +133,7 @@ $clients = openvpn_get_active_clients();
<td>
<i class="fa fa-times-circle" onclick="killClient('<?=$server['mgmt']; ?>', '<?=$conn['remote_host']; ?>');" style="cursor:pointer;"
name="<?php echo "i:{$server['mgmt']}:{$conn['remote_host']}"; ?>"
- title=<?=sprintf(gettext('Kill client connection from %s'), $conn['remote_host']);?>'>
+ title=<?=sprintf(gettext('Kill client connection from %s'), $conn['remote_host']);?>>
</i>
</td>
</tr>
OpenPOWER on IntegriCloud