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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user