Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -35,11 +35,11 @@ 35 35 36 36 37 37 {{velocity}} 38 -#if (xcontext.action == "get") {38 +#if ($xcontext.action == "get") 39 39 ## $response.setContentType("text/xml") 40 40 #set ($spaceReferenceString = 'Collabs') 41 41 #set ($query = $services.query.xwql("where doc.space like :space")) 42 42 #set ($query = $query.bindValue('space').literal("${spaceReferenceString}.").anyChars().query()) 43 43 $query.execute() 44 - }44 +#end 45 45 {{/velocity}}