From 152d43d5dc3aff1887f21675ee857d37b1ad21e3 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Mon, 1 Jun 2015 23:55:34 +0200 Subject: [PATCH] compact xml suite --- cas_server/templates/cas_server/serviceValidate.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cas_server/templates/cas_server/serviceValidate.xml b/cas_server/templates/cas_server/serviceValidate.xml index a2790e4..1e5d1a6 100644 --- a/cas_server/templates/cas_server/serviceValidate.xml +++ b/cas_server/templates/cas_server/serviceValidate.xml @@ -7,8 +7,8 @@ {% for key, value in attributes %} {% endfor %}{% if proxyGrantingTicket %} {{proxyGrantingTicket}}{% endif %} -{% if proxies %} {% for proxy in proxies %} - {{proxy}}{% endfor %} - {% endif %} +{% if proxies %} +{% for proxy in proxies %} {{proxy}} +{% endfor %} {% endif %}