浏览代码

adds a space at top of queries template to avoid StringIndexOutOfBounds exception

Keith Newman 9 年之前
父节点
当前提交
be0b80fbb3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frameworks/Java/activeweb/src/main/webapp/WEB-INF/views/queries/index.html

+ 1 - 1
frameworks/Java/activeweb/src/main/webapp/WEB-INF/views/queries/index.html

@@ -1 +1 @@
-[<#list worlds as w >{"id":${w.id},"randomNumber":${w.randomNumber}}<#if w_has_next >,</#if></#list>]
+ [<#list worlds as w >{"id":${w.id},"randomNumber":${w.randomNumber}}<#if w_has_next >,</#if></#list>]