nodebb-theme-persona 14.2.40 → 14.2.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-persona",
3
- "version": "14.2.40",
3
+ "version": "14.2.41",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.13.0"
6
6
  },
@@ -1,6 +1,6 @@
1
1
  <div id="results" class="search-results col-md-12" data-search-query="{search_query}">
2
2
  {{{ if matchCount }}}
3
- <div class="alert alert-info">[[search:results-matching, {matchCount}, {search_query}, {time}]] </div>
3
+ <div class="alert alert-info">[[search:results-matching, {matchCount}, {txEscape(search_query)}, {time}]] </div>
4
4
  {{{ else }}}
5
5
  {{{ if search_query }}}
6
6
  <div class="alert alert-warning">[[search:no-matches]]</div>
@@ -3,8 +3,8 @@
3
3
  <button type="button" class="btn btn-sm btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
4
4
  <span class="caret"></span>
5
5
  </button>
6
- <ul class="dropdown-menu dropdown-menu-end" role="menu">
7
- <li><a class="dropdown-item" href="#" component="topic/reply-as-topic" role="menuitem">[[topic:reply-as-topic]]</a></li>
6
+ <ul class="dropdown-menu dropdown-menu-end p-1" role="menu">
7
+ <li><a class="dropdown-item rounded-1" href="#" component="topic/reply-as-topic" role="menuitem">[[topic:reply-as-topic]]</a></li>
8
8
  </ul>
9
9
  </div>
10
10