Skip to content

Commit

Permalink
Merge pull request #19 from muskangupta042002/feature/NewChanges
Browse files Browse the repository at this point in the history
testing
  • Loading branch information
muskangupta042002 authored Sep 10, 2023
2 parents 3e044cf + 7241f89 commit 677a20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 677a20c

Please sign in to comment.