Skip to content

Commit

Permalink
Update greeting.html
Browse files Browse the repository at this point in the history
A more readable string concatenation
  • Loading branch information
rskokan authored and Buzzardo committed Oct 17, 2023
1 parent 83295c6 commit 6cf907c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion complete/src/main/resources/templates/greeting.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<p th:text="'Hello, ' + ${name} + '!'" />
<p th:text="|Hello, ${name}!|" />
</body>
</html>

0 comments on commit 6cf907c

Please sign in to comment.