From 872134509353783f0c66f974773b0d59431dd96a Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 16 Nov 2015 11:34:34 -0500 Subject: [PATCH] Update search for errors --- search.php | 8 ++++---- style.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/search.php b/search.php index aa2d4bb..329f7d9 100644 --- a/search.php +++ b/search.php @@ -75,15 +75,15 @@ 'order' => 'ASC' ); $categories = get_categories($args); - foreach($categories as $category) { - echo '
  • name ) . '" ' . '>' . $category->name.'
  • '; } + foreach($categories as $category) { + echo '
  • name ) . '" ' . '>' . $category->name.'
  • '; } ?> - set('post_type', 'post'); + set('post_type', 'post'); } } } ?> - \ No newline at end of file + diff --git a/style.css b/style.css index cfccdb7..e0f5434 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: EmmetCountyGovernment Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for EmmetCountyGovernment -Version: 1.0.0 +Version: 1.0.1 */ -- 2.17.1