Skip to content

Commit c853934

Browse files
committed
Add compatibility criteria to search results message
1 parent 744db54 commit c853934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/templates/pages/default.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<h1 itemprop="name">Search results</h1>
126126
<txp:if_variable name="pages" value="^[1-8]$" match="pattern">
127127
<div class="article-description" itemprop="description">
128-
<p><txp:search_result_count text="plugin(s) found" /><txp:search_term wraptag=" matching your search request <q><+></q>" />.</p>
128+
<p><txp:search_result_count text="plugin(s) found" /><txp:if_variable name="compatibility" not value="Any"> compatible with Textpattern <txp:variable name="compatibility" /></txp:if_variable><txp:search_term wraptag=" matching your search request <q><+></q>" />.</p>
129129
</div>
130130
<txp:if_variable name="compatibility">
131131
<txp:if_variable name="compatibility" value="Any">

0 commit comments

Comments
 (0)