From 7376bf1a94364a674b3e6f0b2d28e1fa27c9e52b Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 27 Jun 2013 13:04:46 +0000 Subject: Fix bug in process_put.lua by adding spaces to output --- config/process_put.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/process_put.lua b/config/process_put.lua index 69e1c9e..4eabb1a 100644 --- a/config/process_put.lua +++ b/config/process_put.lua @@ -48,7 +48,7 @@ function process_polycom() end end - data = before..table.concat(xmlout, " ")..after + data = before.." "..table.concat(xmlout, " ").." "..after end -- Determine the template -- cgit v1.2.3