Removed identation whitespaces of get-recordings XML when building it.

This commit is contained in:
Pedro Beschorner Marin 2016-01-27 18:00:49 +00:00 committed by Felipe Cecagno
parent 38130c8a66
commit 84bac52c57

View File

@ -1,4 +1,5 @@
<#-- GET_RECORDINGS FreeMarker XML template -->
<#compress>
<response>
<#-- Where code is a 'SUCCESS' or 'FAILED' String -->
<returncode>${code}</returncode>
@ -32,3 +33,4 @@
</#list>
</recordings>
</response>
</#compress>