Skip to content

Commit 0d17e19

Browse files
committed
remove erroneous trailing slash
Thanks, Gil!
1 parent 588a9d8 commit 0d17e19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tags/search_result_count.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Other tags used: [article](/tags/article), [if_search](/tags/if_search), [if_art
6363
~~~ html
6464
<txp:if_search_results>
6565
<txp:search_result_count text="hits" />
66-
</txp:if_search_results />
66+
</txp:if_search_results>
6767
~~~
6868

6969
Displays the number of articles returned (e.g. 5) as follows: `5 hits`.
@@ -76,7 +76,7 @@ Other tags used: [if_search_results](/tags/if_search_results).
7676
<txp:if_article_list>
7777
<txp:search_result_count text="articles" />
7878
<txp:article limit="20" />
79-
</txp:if_article_list />
79+
</txp:if_article_list>
8080
~~~
8181

8282
Displays the number of articles in the current section, then displays them as an article listing, 20 per page.

0 commit comments

Comments
 (0)