Skip to content

Commit

Permalink
Fixed a typo, changed "ninecol" to "eightcol" so the sidebar will fit…
Browse files Browse the repository at this point in the history
… (like index.php)
  • Loading branch information
jcutrell committed Jul 13, 2012
1 parent 6fe7c85 commit e7d99e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions search.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div id="inner-content" class="wrap clearfix">

<div id="main" class="ninecol first clearfix" role="main">
<div id="main" class="eightcol first clearfix" role="main">

<h1 class="archive-title"><span>Search Results for:</span> <?php echo esc_attr(get_search_query()); ?></h1>

Expand Down Expand Up @@ -53,7 +53,7 @@
<h1><?php _e("Sorry, No Results.", "bonestheme"); ?></h1>
</header>
<section class="post-content">
<p><?php _e("UTry your search again.", "bonestheme"); ?></p>
<p><?php _e("Try your search again.", "bonestheme"); ?></p>
</section>
<footer class="article-footer">
<p><?php _e("This is the error message in the search.php template.", "bonestheme"); ?></p>
Expand Down

0 comments on commit e7d99e3

Please sign in to comment.