Skip to content

Commit 65a58fe

Browse files
committed
Typo
1 parent b55d189 commit 65a58fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tags/search_result_count.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@ Tag will accept the following attributes (**case-sensitive**) as well as the {%
4747
<txp:search_result_count text="articles" />
4848
</txp:if_article_list>
4949
</txp:if_search>
50+
5051
<txp:article />
5152
~~~
5253

5354
If the visitor is searching for articles, it will show the number of articles that matched the search term (e.g. 5) as follows: `5 articles found`. Otherwise, if Textpattern is displaying an article list, it will display the number of articles like this: `42 articles`.
5455

55-
Note: The [if_search](/tags/if_search) conditional tag is required to recognize actual search results. Without them, the number of articles is returned by default.
56+
Note: The [if_search](/tags/if_search) conditional tag is required to recognize actual search results. Without it, the number of articles is returned by default.
5657
{: .alert-block .information}
5758

5859
Other tags used: [article](/tags/article), [if_search](/tags/if_search), [if_article_list](/tags/if_article_list).

0 commit comments

Comments
 (0)