1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:25:59 +00:00

minor fixes re: previous

This commit is contained in:
Andrew Dolgov
2021-02-13 16:07:52 +03:00
parent b112198991
commit 9684ce5c4b
2 changed files with 2 additions and 2 deletions

View File

@@ -717,7 +717,7 @@ class Pref_Filters extends Handler_Protected {
<div style='float : right; padding-right : 4px;'>
<input dojoType="dijit.form.TextBox" id="filter_search" size="20" type="search"
value="<?php echo $filter_search ?>">
value="<?php echo htmlspecialchars($filter_search) ?>">
<button dojoType="dijit.form.Button" onclick="dijit.byId('filterTree').reload()">
<?php echo __('Search') ?></button>
</div>