Skip to content

Commit

Permalink
Correcting newlines on template for allowed external content in fcrepo (
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylamb authored Jul 1, 2021
1 parent 3b4ea53 commit 384e0a4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
http://drupal/
{{ range gets "/fcrepo/allow/external/*" }}{{.Value}}{{ end }}
{{- range gets "/fcrepo/allow/external/*" }}
{{.Value}}
{{- end }}

0 comments on commit 384e0a4

Please sign in to comment.