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 %}