mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-31 09:14:38 +00:00
refresh tweaks
another escape html
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user