Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Infrastructure
iso19139.MERIDIAN
Commits
35fba70c
Commit
35fba70c
authored
Sep 27, 2019
by
Kim Mortimer
Browse files
Add missing comma
parent
c8c06183
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/plugin/iso19139.MERIDIAN/index-fields/index.xsl
View file @
35fba70c
...
...
@@ -47,7 +47,7 @@
<xsl:import
href=
"inspire-constant.xsl"
/>
<xsl:function
name=
"MER:encloseWithBracket"
>
<xsl:param
name=
"items"
/>
<xsl:value-of
select=
"concat('[',string-join($items,','),']')"
/>
<xsl:value-of
select=
"concat('[',string-join($items,','),']
,
')"
/>
</xsl:function>
<xsl:function
name=
"MER:ByTupleEncloseWithBracket"
>
<xsl:param
name=
"items"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment