refresh tweaks

another escape html
This commit is contained in:
zzz
2014-07-26 20:14:01 +00:00
parent 1e0c970c95
commit d6b0b1b93c
4 changed files with 10 additions and 4 deletions

View File

@@ -160,6 +160,7 @@ public class EventLogHelper extends FormHandler {
String xev = _xevents.get(_event);
if (xev == null)
xev = _event;
xev = DataHelper.escapeHTML(xev);
if (events.isEmpty()) {
if (isAll) {
if (_age == 0)