Console: Fix HTML errors on /configservice w/o wrapper

This commit is contained in:
zzz
2018-07-16 18:09:54 +00:00
parent 63f4e04624
commit 2a68a01a35
3 changed files with 17 additions and 7 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 = 13;
public final static long BUILD = 14;
/** for example "-test" */
public final static String EXTRA = "";