forked from I2P_Developers/i2p.i2p
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