GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — 7.x-1.x ( 6f975d...f0df14 )
by Brant
02:43
created
modules/dfs/dfs_med/modules/dfs_med_base/dfs_med_base.blocks.inc 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
         $block['content'] = '
25 25
           <div class="user-header-block">
26 26
             <div class="uh-container">
27
-                <a data-dropdown="drop1" class="user-name med-user parent">' . $user->name  . '</a>
27
+                <a data-dropdown="drop1" class="user-name med-user parent">' . $user->name . '</a>
28 28
                 <ul id="drop1" class="f-dropdown" data-dropdown-content>
29 29
                     <li class="dropdown"><a href="/user">My Profile</a>
30 30
                     </li>
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
                 </ul>
34 34
             </div>
35 35
             <div class="uh-container">
36
-                | <a class="shows" href="/user/' . $user->uid  . '/my-shows">My Shows</a>
36
+                | <a class="shows" href="/user/' . $user->uid . '/my-shows">My Shows</a>
37 37
             </div>
38 38
           </div>
39 39
         ';
Please login to merge, or discard this patch.
themes/dfs/med/template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
   if ($form_id == 'search_block_form') {
31 31
     $form['search_block_form']['#title'] = t('Search'); // Change the text on the label element
32 32
     $form['search_block_form']['#title_display'] = 'invisible'; // Toggle label visibilty
33
-    $form['search_block_form']['#size'] = 40;  // define size of the textfield
33
+    $form['search_block_form']['#size'] = 40; // define size of the textfield
34 34
     $form['search_block_form']['#default_value'] = t('Search'); // Set a default value for the textfield
35 35
     $form['actions']['submit']['#value'] = t('GO!'); // Change the text on the submit button
36 36
     $form['actions']['submit'] = array('#type' => 'image_button', '#src' => base_path() . path_to_theme() . '/images/search-button.png');
Please login to merge, or discard this patch.
themes/dfs/med/templates/views-view-unformatted--brand-carousel.tpl.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 <?php endif; ?>
13 13
 <ul class="small-block-grid-2 medium-block-grid-4 large-block-grid-4">
14 14
 <?php foreach ($rows as $id => $row): ?>
15
-  <li<?php if ($classes_array[$id]) { print ' class="' . $classes_array[$id] .'"';  } ?>>
15
+  <li<?php if ($classes_array[$id]) { print ' class="' . $classes_array[$id] . '"'; } ?>>
16 16
     <?php print $row; ?>
17 17
   </li>
18 18
 <?php endforeach; ?>
19 19
\ No newline at end of file
Please login to merge, or discard this patch.
themes/dfs/med/templates/views-slideshow-controls-text-previous.tpl.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,1 +1,1 @@
 block discarded – undo
1
-<span id="views_slideshow_controls_text_previous_<?php print $variables['vss_id']; ?>" class="<?php print $classes;?> slide-nav-wrap"><a href="#"><img src="<?php print base_path() . path_to_theme(); ?>/images/hero-carousel-prev.svg"></a></span>
1
+<span id="views_slideshow_controls_text_previous_<?php print $variables['vss_id']; ?>" class="<?php print $classes; ?> slide-nav-wrap"><a href="#"><img src="<?php print base_path() . path_to_theme(); ?>/images/hero-carousel-prev.svg"></a></span>
Please login to merge, or discard this patch.