Skip to content

Commit 76b1420

Browse files
committed
Merge branch 'master' into self-hosted
2 parents 139ee4a + 0d17e19 commit 76b1420

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

site.webmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"short_name": "Textpattern Docs",
2+
"short_name": "Textpattern",
33
"name": "Textpattern CMS Documentation",
44
"start_url": "https://docs.textpattern.com",
55
"scope": "https://docs.textpattern.com",

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)