From 694bf22832a9ba6b87a1ce35f344e755aa19406b Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 24 Nov 2017 16:10:47 +0100 Subject: [PATCH] gcube-app: Remove the double quotes around the description. --- smartgears/gcubeapp-setup/templates/gcube-app.xml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/gcubeapp-setup/templates/gcube-app.xml.j2 b/smartgears/gcubeapp-setup/templates/gcube-app.xml.j2 index 46c73f57..a0707aac 100644 --- a/smartgears/gcubeapp-setup/templates/gcube-app.xml.j2 +++ b/smartgears/gcubeapp-setup/templates/gcube-app.xml.j2 @@ -4,7 +4,7 @@ {{ item.webapp_group }} {{ item.version }} {% if item.description is defined %} - "{{ item.description }}" + {{ item.description }} {% endif %} {% if item.persistence_location is defined %}