Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Roy Grönroos
DTEK0094_CI-CD
Commits
a7a6e904
Commit
a7a6e904
authored
Oct 11, 2021
by
Roy Grönroos
Browse files
Merge branch 'html-fail' into 'main'
Fix SiteGen html formatting See merge request
!1
parents
b1417e49
154b1571
Pipeline
#45022
passed with stages
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
SiteGen.java
View file @
a7a6e904
...
...
@@ -18,7 +18,7 @@ class SiteGen {
"<h1>"
+
siteTitle
+
"</h1>"
+
"<ul>"
+
movieList
.
stream
().
map
(
i
->
"<li>"
+
i
+
"</li>"
).
collect
(
Collectors
.
joining
())
+
"</ul>"
+
"</body>"
+
"<html>"
;
"<
/
html>"
;
public
static
void
main
(
String
args
[])
throws
Exception
{
Files
.
createDirectory
(
Paths
.
get
(
"public/"
));
...
...
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