Skip to content

Commit

Permalink
upstream: b=master,r=d36adfedc18c87c2f0b3cd4c1ba1da380e2ec401,t=2016-…
Browse files Browse the repository at this point in the history
…10-21-1123-47957
  • Loading branch information
sonatype-zion committed Oct 24, 2016
1 parent 9d4d918 commit 96392d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ NX.define('Nexus.ext.GridFilterBox', {
self.filteredGrid.view.emptyTextBackup = self.filteredGrid.view.emptyText;
}
self.filteredGrid.view.emptyText = self.filteredGrid.view.emptyTextWhileFiltering.replaceAll(
'{criteria}', self.getSearchValue()
'{criteria}', Ext.util.Format.htmlEncode(self.getSearchValue())
);
}
});
Expand Down Expand Up @@ -154,4 +154,4 @@ NX.define('Nexus.ext.GridFilterBox', {
}
}

});
});
2 changes: 1 addition & 1 deletion revision.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b=master,r=eaedcc7b7d3406f6128a22c58c3d5a5bf359a022,t=2016-10-13-1703-45791
b=master,r=d36adfedc18c87c2f0b3cd4c1ba1da380e2ec401,t=2016-10-21-1123-47957

0 comments on commit 96392d6

Please sign in to comment.