[java-opensaml] branch main updated: Remove extra linebreak.
Scott Cantor
cantor.2 at osu.edu
Tue Jul 18 13:42:02 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=c5dba7d5f96fd327fc3cb46bde1d7a82f8486965
The following commit(s) were added to refs/heads/main by this push:
new c5dba7d5f Remove extra linebreak.
c5dba7d5f is described below
commit c5dba7d5f96fd327fc3cb46bde1d7a82f8486965
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 18 09:41:59 2023 -0400
Remove extra linebreak.
---
opensaml-saml-impl/src/main/resources/templates/metadata/Extensions.vm | 1 -
1 file changed, 1 deletion(-)
diff --git a/opensaml-saml-impl/src/main/resources/templates/metadata/Extensions.vm b/opensaml-saml-impl/src/main/resources/templates/metadata/Extensions.vm
index 477fc127a..4e69271cb 100644
--- a/opensaml-saml-impl/src/main/resources/templates/metadata/Extensions.vm
+++ b/opensaml-saml-impl/src/main/resources/templates/metadata/Extensions.vm
@@ -1,5 +1,4 @@
#if ($params.displayName || $params.description || $params.logo || !$scopes.isEmpty())
-
<md:Extensions>
#foreach ($scope in $params.scopes)
<shibmd:Scope regexp="false">$xmltext.escape($scope)</shibmd:Scope>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list