From a674324c0afb3626cff8477d8be58fef715ad5d2 Mon Sep 17 00:00:00 2001 From: Pierre-Henry Soria Date: Sat, 2 May 2020 20:38:25 +1000 Subject: [PATCH] Consistency: Add extra blank line to delimiter the setting sections --- _protected/app/system/modules/admin123/forms/SettingForm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/_protected/app/system/modules/admin123/forms/SettingForm.php b/_protected/app/system/modules/admin123/forms/SettingForm.php index 9496f92bdb..3016a11917 100755 --- a/_protected/app/system/modules/admin123/forms/SettingForm.php +++ b/_protected/app/system/modules/admin123/forms/SettingForm.php @@ -103,6 +103,7 @@ public static function display() unset($oFile); + /********** Logo Settings **********/ $oForm->addElement(new HTMLExternal('

' . t('Icon Logo') . '

'));