diff --git a/modules/ercore_core/src/ErcoreOutputsExpanded.php b/modules/ercore_core/src/ErcoreOutputsExpanded.php
index 06dce49..5e81698 100644
--- a/modules/ercore_core/src/ErcoreOutputsExpanded.php
+++ b/modules/ercore_core/src/ErcoreOutputsExpanded.php
@@ -219,7 +219,7 @@ class ErcoreOutputsExpanded {
       //this is how you get the status of the proposals
       $status = $node->get('field_ercore_pp_proposal_status')->value;
       // dpm($status);
-      
+
       if (!$node->get('field_ercore_pp_proposal_submit')->isEmpty()) {
         // $submitted_var = $node->get('field_ercore_pp_proposal_submit')->value;
         $nodes['submitted'][$id] = $node->get('title')->value;
@@ -357,7 +357,7 @@ class ErcoreOutputsExpanded {
         // dpm($id);
         // dpm($name);
         $node = \Drupal::entityTypeManager()->getStorage('node')->load($id);
-        
+
         if( $type == "submitted"){
           if (!$node->get('field_ercore_pp_proposal_submit')->isEmpty()) {
             $submitted_var = $node->get('field_ercore_pp_proposal_submit')->value;
@@ -588,7 +588,7 @@ class ErcoreOutputsExpanded {
     $filter = ercore_get_filter_dates();
     // ! for checking dates
     if ($cumulative == TRUE) {
-      
+
       $filter = ercore_get_project_filter_dates();
       //subtracting a day since Drupal dates are wonky.
       $filter['start']-=86400;
@@ -633,7 +633,7 @@ class ErcoreOutputsExpanded {
     // dpm(date("Y-m-d\TH:i:s\Z",$dates['start']), "dates['start']");
     // dpm(date("Y-m-d\TH:i:s\Z",$dates['end']), "dates['end']");
     // dpm("----------------------------------------------------------------");
-    
+
     if (($dates['start'] <= $filter['end'] && $dates['end'] >= $filter['start'])
       || ($dates['start'] <= $filter['end'] && $dates['start'] >= $filter['start'] && empty($dates['end']))
     ) {
diff --git a/modules/ercore_core/src/Form/ERCoreAdmin.php b/modules/ercore_core/src/Form/ERCoreAdmin.php
index a31060c..1425423 100644
--- a/modules/ercore_core/src/Form/ERCoreAdmin.php
+++ b/modules/ercore_core/src/Form/ERCoreAdmin.php
@@ -267,13 +267,13 @@ class ERCoreAdmin extends ConfigFormBase {
             ->save();
         }
         // exports -------------------------------------------------------------------------------------------------------------------------
-        
+
         // pages ---------------------------------------------------------------------------------------------------------------------------
-        
+
         $overall_min = $epscor_start_date_str;
         $overall_max = date('Y-m-d',strtotime($year.$separator.$reporting_start_month.$separator.'1'.' + 5 years'.' -1 days'));
         $page = $x + 2; 
-        
+
         if($page != 8){
 
           \Drupal::configFactory()->getEditable($view)
diff --git a/modules/ercore_publication/ercore_publication.module b/modules/ercore_publication/ercore_publication.module
index 2066d51..36ef879 100644
--- a/modules/ercore_publication/ercore_publication.module
+++ b/modules/ercore_publication/ercore_publication.module
@@ -39,7 +39,7 @@ function ercore_publication_form_alter(&$form, FormStateInterface $form_state, $
 
     // Published Date field #states.
     $form['field_previous_federal_repo']['#states'] = [
-      
+
       'visible' => [
         ':input[name="field_ercore_pb_status"]' => ['value' => '0'],
         ':input[name="field_ercore_pb_type"]' => [
@@ -48,7 +48,7 @@ function ercore_publication_form_alter(&$form, FormStateInterface $form_state, $
         ],
       ],
 
-        
+
 
     ];
     $form['field_previous_federal_repo']['widget']['0']['value']['#states'] = [
