Test Setup Failed
Push — master ( 48f2bb...f6564f )
by Tomasz
06:38
created
web/skins/modern/Divs.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
     public function divSilverbullet() {
125 125
         $retval = "
126 126
 <div id='silverbullet'>"
127
-               .$this->Gui->textTemplates->templates[user\SB_GO_AWAY] .
127
+                .$this->Gui->textTemplates->templates[user\SB_GO_AWAY] .
128 128
                 "</div>
129 129
     ";
130 130
         return $retval;
@@ -292,9 +292,9 @@  discard block
 block discarded – undo
292 292
                     $retval .= '<tr>';
293 293
                 }
294 294
                 $retval .= "<td><button id='".$d."'>".$D['display']."</button>"
295
-                       ."<div class='openroaming_selection' id='openroaming_".$d."'><button>eduroam</button> <button>eduroam + OpenRoaming</button></div>"
296
-                       ."<div class='device_info' id='info_".$d."'></div></td>"
297
-                       ."<td><button class='more_info_b' id='info_b_".$d."'>i</button></td></tr>\n";
295
+                        ."<div class='openroaming_selection' id='openroaming_".$d."'><button>eduroam</button> <button>eduroam + OpenRoaming</button></div>"
296
+                        ."<div class='device_info' id='info_".$d."'></div></td>"
297
+                        ."<td><button class='more_info_b' id='info_b_".$d."'>i</button></td></tr>\n";
298 298
                 $deviceIndex++;
299 299
             }
300 300
             $retval .= "</tbody>";
@@ -362,7 +362,7 @@  discard block
 block discarded – undo
362 362
         <tr>
363 363
             <td>" .
364 364
                 $this->Gui->catCopyright
365
-               ."
365
+                ."
366 366
             </td>";
367 367
 
368 368
         if (!empty(\config\Master::APPEARANCE['privacy_notice_url'])) {
Please login to merge, or discard this patch.