Use https for Thymeleaf xmlns:layout
This commit is contained in:
parent
a99131f727
commit
cd537155a9
|
|
@ -1,4 +1,4 @@
|
||||||
<html xmlns:th="https://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/web/thymeleaf/layout" layout:decorator="layout">
|
<html xmlns:th="https://www.thymeleaf.org" xmlns:layout="https://www.ultraq.net.nz/web/thymeleaf/layout" layout:decorator="layout">
|
||||||
<head>
|
<head>
|
||||||
<title layout:fragment="title">Content</title>
|
<title layout:fragment="title">Content</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html xmlns:th="https://www.thymeleaf.org"
|
<html xmlns:th="https://www.thymeleaf.org"
|
||||||
xmlns:layout="http://www.ultraq.net.nz/web/thymeleaf/layout"
|
xmlns:layout="https://www.ultraq.net.nz/web/thymeleaf/layout"
|
||||||
layout:decorator="layout">
|
layout:decorator="layout">
|
||||||
<head>
|
<head>
|
||||||
<title>Hello</title>
|
<title>Hello</title>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html xmlns:th="https://www.thymeleaf.org"
|
<html xmlns:th="https://www.thymeleaf.org"
|
||||||
xmlns:layout="http://www.ultraq.net.nz/web/thymeleaf/layout">
|
xmlns:layout="https://www.ultraq.net.nz/web/thymeleaf/layout">
|
||||||
<head>
|
<head>
|
||||||
<title>Layout</title>
|
<title>Layout</title>
|
||||||
<link rel="stylesheet" th:href="@{/css/application.css}" />
|
<link rel="stylesheet" th:href="@{/css/application.css}" />
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html xmlns:th="https://www.thymeleaf.org"
|
<html xmlns:th="https://www.thymeleaf.org"
|
||||||
xmlns:layout="http://www.ultraq.net.nz/web/thymeleaf/layout">
|
xmlns:layout="https://www.ultraq.net.nz/web/thymeleaf/layout">
|
||||||
<head>
|
<head>
|
||||||
<title>Layout</title>
|
<title>Layout</title>
|
||||||
<link rel="stylesheet" th:href="@{/css/bootstrap.min.css}"
|
<link rel="stylesheet" th:href="@{/css/bootstrap.min.css}"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html xmlns:th="https://www.thymeleaf.org"
|
<html xmlns:th="https://www.thymeleaf.org"
|
||||||
xmlns:layout="http://www.ultraq.net.nz/web/thymeleaf/layout"
|
xmlns:layout="https://www.ultraq.net.nz/web/thymeleaf/layout"
|
||||||
layout:decorator="layout">
|
layout:decorator="layout">
|
||||||
<head>
|
<head>
|
||||||
<title>Messages : Create</title>
|
<title>Messages : Create</title>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html xmlns:th="https://www.thymeleaf.org"
|
<html xmlns:th="https://www.thymeleaf.org"
|
||||||
xmlns:layout="http://www.ultraq.net.nz/web/thymeleaf/layout"
|
xmlns:layout="https://www.ultraq.net.nz/web/thymeleaf/layout"
|
||||||
layout:decorator="layout">
|
layout:decorator="layout">
|
||||||
<head>
|
<head>
|
||||||
<title>Messages : View all</title>
|
<title>Messages : View all</title>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<html xmlns:th="https://www.thymeleaf.org"
|
<html xmlns:th="https://www.thymeleaf.org"
|
||||||
xmlns:layout="http://www.ultraq.net.nz/web/thymeleaf/layout"
|
xmlns:layout="https://www.ultraq.net.nz/web/thymeleaf/layout"
|
||||||
layout:decorator="layout">
|
layout:decorator="layout">
|
||||||
<head>
|
<head>
|
||||||
<title>Messages : View</title>
|
<title>Messages : View</title>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue