i2ptunnel: Escape chars unescaped by browsers (ticket #2130)

This commit is contained in:
zzz
2018-01-06 11:23:47 +00:00
parent d82499f07c
commit b8f17c7ac4
3 changed files with 41 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 17;
public final static long BUILD = 18;
/** for example "-test" */
public final static String EXTRA = "";