Browse code

codingstyle

Hanno Böck authored on 18/05/2023 07:21:01
Showing 1 changed files
... ...
@@ -76,7 +76,7 @@ foreach ($domains as $id => $dom) {
76 76
          <label for="option-'.$id.'-off">Ausgeschaltet</label>
77 77
          <input type="submit" value="Speichern" />
78 78
       </span>';
79
-    
79
+
80 80
     if ($dom['type'] != 'none' && $dom['dns'] == 1) {
81 81
         $check_dmarc = ($dom['dkim'] == 'dmarc' ? ' checked="checked"' : '');
82 82
         $check_dkim = ($dom['dkim'] == 'dkim' ? ' checked="checked"' : '');