Passed
Push — main ( d723cc...3def04 )
by chief
02:42
created
s/mod/sidebar.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,8 +40,9 @@
 block discarded – undo
40 40
 <div id="browse-side-column" class="ytg-2col ytg-last">
41 41
     <ol class="navigation-menu">
42 42
         <?php foreach($__tabs as $_tab) { 
43
-            if($_SERVER['REQUEST_URI'] != $_tab->url)
44
-                $_tab->selected = true;
43
+            if($_SERVER['REQUEST_URI'] != $_tab->url) {
44
+                            $_tab->selected = true;
45
+            }
45 46
             ?>
46 47
             <li class="menu-item">
47 48
                 <a class="<?php echo $_tab->selected ? true : "selected"; ?>" href="<?php echo $_tab->url; ?>">
Please login to merge, or discard this patch.
favorite_videos.php 1 patch
Braces   +5 added lines, -4 removed lines patch added patch discarded remove patch
@@ -221,10 +221,11 @@
 block discarded – undo
221 221
 													$status = "Unknown";
222 222
 												}                      
223 223
 												
224
-												if($_video['commenting'] == "a") 
225
-													$_video['commentstatus'] = "Commenting allowed";
226
-												else 
227
-													$_video['commentstatus'] = "Commenting disallowed";
224
+												if($_video['commenting'] == "a") {
225
+																									$_video['commentstatus'] = "Commenting allowed";
226
+												} else {
227
+																									$_video['commentstatus'] = "Commenting disallowed";
228
+												}
228 229
                                     ?> 
229 230
                                     <tr style="margin-top: 5px;" id="videoslist">
230 231
                                         <td class="video-manager-left">
Please login to merge, or discard this patch.