@@ -23,9 +23,12 @@ |
||
23 | 23 | <p><?php _e('Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'stash'); ?></p> |
24 | 24 | <?php get_search_form(); ?> |
25 | 25 | |
26 | - <?php else : ?> |
|
26 | + <?php else { |
|
27 | + : ?> |
|
27 | 28 | |
28 | - <p><?php _e('It seems we can’t find what you’re looking for. Perhaps searching can help.', 'stash'); ?></p> |
|
29 | + <p><?php _e('It seems we can’t find what you’re looking for. Perhaps searching can help.', 'stash'); |
|
30 | +} |
|
31 | +?></p> |
|
29 | 32 | <?php get_search_form(); ?> |
30 | 33 | |
31 | 34 | <?php endif; ?> |
@@ -14,11 +14,11 @@ |
||
14 | 14 | <div class="entry-content"> |
15 | 15 | <?php the_content(); ?> |
16 | 16 | <?php |
17 | - wp_link_pages(array( |
|
18 | - 'before' => '<div class="page-links">'.__('Pages:', 'stash'), |
|
19 | - 'after' => '</div>', |
|
20 | - )); |
|
21 | - ?> |
|
17 | + wp_link_pages(array( |
|
18 | + 'before' => '<div class="page-links">'.__('Pages:', 'stash'), |
|
19 | + 'after' => '</div>', |
|
20 | + )); |
|
21 | + ?> |
|
22 | 22 | </div><!-- .entry-content --> |
23 | 23 | |
24 | 24 | <footer class="entry-footer"> |