summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_vouchers.php
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-01-07 12:09:13 +0000
committerNewEraCracker <neweracracker@gmail.com>2016-01-07 12:09:13 +0000
commit5bff8af8e445d1ad49c6c7ae60cb16af29e4fdb1 (patch)
tree1066f0ee0a61f57182d4727bcbe23874196e22d1 /src/usr/local/www/services_captiveportal_vouchers.php
parent24c16d618ea9f61a07b016808915706c9d2da7f5 (diff)
downloadpfsense-5bff8af8e445d1ad49c6c7ae60cb16af29e4fdb1.zip
pfsense-5bff8af8e445d1ad49c6c7ae60cb16af29e4fdb1.tar.gz
Adjust more calls to print_info_box with unquoted strings
Diffstat (limited to 'src/usr/local/www/services_captiveportal_vouchers.php')
-rw-r--r--src/usr/local/www/services_captiveportal_vouchers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_captiveportal_vouchers.php b/src/usr/local/www/services_captiveportal_vouchers.php
index 100e4cc..85339f8 100644
--- a/src/usr/local/www/services_captiveportal_vouchers.php
+++ b/src/usr/local/www/services_captiveportal_vouchers.php
@@ -639,7 +639,7 @@ print($form);
<div class="rolledit">
<?php
print_info_box(gettext('Changing any Voucher parameter (apart from managing the list of Rolls) on this page will render existing vouchers useless if they were generated with different settings. ' .
- 'Specifying the Voucher Database Synchronization options will not record any other value from the other options. They will be retrieved/synced from the master.'), info);
+ 'Specifying the Voucher Database Synchronization options will not record any other value from the other options. They will be retrieved/synced from the master.'), 'info');
?>
</div>
OpenPOWER on IntegriCloud