Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
wicopa
Commits
efdfa2d2
Commit
efdfa2d2
authored
May 20, 2019
by
remy
Browse files
wicopa.js missing white space
parent
8cdae3b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
inc/js/wicopa.js
View file @
efdfa2d2
...
...
@@ -476,11 +476,11 @@ function generate_container() {
if
(
execline
!=
""
)
{
if
(
isSingularity
)
{
PREVIEW
+=
"
%runscript
\n
"
;
PREVIEW
+=
"
\t
"
+
execline
+
"
\n
"
;
PREVIEW
+=
"
\t
"
+
execline
.
trim
()
+
"
\n
"
;
PREVIEW
+=
"
\n
"
;
nrow
+=
6
;
}
else
{
PREVIEW
+=
"
CMD
"
+
execline
+
"
\n
"
;
PREVIEW
+=
"
CMD
"
+
execline
.
trim
()
+
"
\n
"
;
PREVIEW
+=
"
\n
"
;
nrow
+=
2
;
}
...
...
Write
Preview
Supports
Markdown
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