From 1aa3d010faa9786f783af0b0ec6bd97f131d26d1 Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Mon, 24 Oct 2022 09:59:41 -0300 Subject: [PATCH] Use th:replace --- .../hello-security/src/main/resources/templates/user/index.html | 2 +- .../hello-security/src/main/resources/templates/user/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactive/webflux/kotlin/hello-security/src/main/resources/templates/user/index.html b/reactive/webflux/kotlin/hello-security/src/main/resources/templates/user/index.html index 393f6d3..883d86f 100644 --- a/reactive/webflux/kotlin/hello-security/src/main/resources/templates/user/index.html +++ b/reactive/webflux/kotlin/hello-security/src/main/resources/templates/user/index.html @@ -6,7 +6,7 @@ -
+

This is a secured page!

Back to home page

diff --git a/servlet/spring-boot/kotlin/hello-security/src/main/resources/templates/user/index.html b/servlet/spring-boot/kotlin/hello-security/src/main/resources/templates/user/index.html index b36caed..9e529fd 100644 --- a/servlet/spring-boot/kotlin/hello-security/src/main/resources/templates/user/index.html +++ b/servlet/spring-boot/kotlin/hello-security/src/main/resources/templates/user/index.html @@ -22,7 +22,7 @@ -
+

This is a secured page!

Back to home page