From: Steve Sutton Date: Mon, 16 Nov 2015 16:34:34 +0000 (-0500) Subject: Update search for errors X-Git-Tag: v1.0.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=872134509353783f0c66f974773b0d59431dd96a;p=WP-Themes%2FGovernmentEmmet.git Update search for errors --- 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 */