Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
eResearch
CalcyteJS
Commits
c52e9487
Commit
c52e9487
authored
Dec 05, 2019
by
PTSEFTON
Browse files
Foxed typo (see what I did there?)
parent
916dc12c
Changes
1
Hide whitespace changes
Inline
Side-by-side
calcyfy
View file @
c52e9487
...
...
@@ -148,7 +148,7 @@ async function generateHTML(metadataPath) {
root
.
datePublished
=
parentRoot
.
datePublished
;
}
if
(
!
root
.
name
)
{
root
.
name
=
`${root['@id']} [
p
art of: ${parentRoot.name}`
;
root
.
name
=
`${root['@id']} [
P
art of
]
: ${parentRoot.name}`
;
}
var
desc
=
crate
.
utils
.
asArray
(
root
.
description
)
desc
.
push
(
`This dataset is a part of: ${parentRoot.name} [${parentRoot.description}]`
);
...
...
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