Jelajahi Sumber

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

Keith Newman 9 tahun lalu
induk
melakukan
be0b80fbb3

+ 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>]