diff --git a/uffd/service/templates/service/oauth2.html b/uffd/service/templates/service/oauth2.html
index 613fb82122267c6a1a4fd5d56a4580d7f9b05c87..3337f3a840e0bd97a3a7c8648805fea1d90c4feb 100644
--- a/uffd/service/templates/service/oauth2.html
+++ b/uffd/service/templates/service/oauth2.html
@@ -42,7 +42,7 @@
 			<label for="client-logout-uris">{{ _('Logout URIs') }}</label>
 			<textarea rows="3" class="form-control" id="client-logout-uris" name="logout_uris" placeholder="GET https://example.com/logout">
 {%- for logout_uri in client.logout_uris %}
-{{ logout_uri.method }} {{ logout_uri.uri }}
+{{ logout_uri.method }} {{ logout_uri.uri }}{{ '\n' if not loop.last }}
 {%- endfor %}
 </textarea>
 			<small class="form-text text-muted">