gcube-app: Remove the double quotes around the description.

This commit is contained in:
Andrea Dell'Amico 2017-11-24 16:10:47 +01:00
parent 8e536a431f
commit 694bf22832
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<group>{{ item.webapp_group }}</group>
<version>{{ item.version }}</version>
{% if item.description is defined %}
<description> "{{ item.description }}" </description>
<description> {{ item.description }} </description>
{% endif %}
{% if item.persistence_location is defined %}
<persistence location="{{ item.persistence_location }}"/>