From 6c07db487164262f9191ad02805523bd153e0ba6 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 15 Jun 2015 14:19:11 +0545 Subject: Code spacing and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting. --- usr/local/www/system_advanced_notifications.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local/www/system_advanced_notifications.php') diff --git a/usr/local/www/system_advanced_notifications.php b/usr/local/www/system_advanced_notifications.php index 67df042..9894704 100644 --- a/usr/local/www/system_advanced_notifications.php +++ b/usr/local/www/system_advanced_notifications.php @@ -368,7 +368,7 @@ include("head.inc"); - /> + />
@@ -396,7 +396,7 @@ include("head.inc"); jQuery(document).ready(function() { if (jQuery('#smtpssl').is(':checked')) { jQuery('#smtptls').prop('disabled', true); - } else if (jQuery('#smtptls').is(':checked')) { + } else if (jQuery('#smtptls').is(':checked')) { jQuery('#smtpssl').prop('disabled', true); } }); -- cgit v1.1