Index: Prototype Application/Paw5/src/main/resources/templates/aboutUs.html
===================================================================
--- Prototype Application/Paw5/src/main/resources/templates/aboutUs.html	(revision 7e3f2f737671cda77daad3fec8be49f0def578c2)
+++ Prototype Application/Paw5/src/main/resources/templates/aboutUs.html	(revision d7eaf88a5a9df4db5a905e449657e05b0ce08ebd)
@@ -1,4 +1,4 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="en" xmlns:th="http://thymeleaf.org">
 <head>
     <meta charset="UTF-8">
Index: Prototype Application/Paw5/src/main/resources/templates/create-post.html
===================================================================
--- Prototype Application/Paw5/src/main/resources/templates/create-post.html	(revision 7e3f2f737671cda77daad3fec8be49f0def578c2)
+++ Prototype Application/Paw5/src/main/resources/templates/create-post.html	(revision d7eaf88a5a9df4db5a905e449657e05b0ce08ebd)
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:th="http://www.thymeleaf.org"
+      xmlns:th="http://thymeleaf.org"
       xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3"
       xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
Index: Prototype Application/Paw5/src/main/resources/templates/home.html
===================================================================
--- Prototype Application/Paw5/src/main/resources/templates/home.html	(revision 7e3f2f737671cda77daad3fec8be49f0def578c2)
+++ Prototype Application/Paw5/src/main/resources/templates/home.html	(revision d7eaf88a5a9df4db5a905e449657e05b0ce08ebd)
@@ -1,4 +1,4 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="en" xmlns:th="http://thymeleaf.org">
 <head>
     <meta charset="UTF-8">
Index: Prototype Application/Paw5/src/main/resources/templates/login.html
===================================================================
--- Prototype Application/Paw5/src/main/resources/templates/login.html	(revision 7e3f2f737671cda77daad3fec8be49f0def578c2)
+++ Prototype Application/Paw5/src/main/resources/templates/login.html	(revision d7eaf88a5a9df4db5a905e449657e05b0ce08ebd)
@@ -1,4 +1,4 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="en" xmlns:th="http://thymeleaf.org">
 <head>
   <meta charset="UTF-8">
Index: Prototype Application/Paw5/src/main/resources/templates/register.html
===================================================================
--- Prototype Application/Paw5/src/main/resources/templates/register.html	(revision 7e3f2f737671cda77daad3fec8be49f0def578c2)
+++ Prototype Application/Paw5/src/main/resources/templates/register.html	(revision d7eaf88a5a9df4db5a905e449657e05b0ce08ebd)
@@ -1,4 +1,4 @@
 <!DOCTYPE html>
-<html lang="en" xmlns:th="http://www.thymeleaf.org">
+<html lang="en" xmlns:th="http://thymeleaf.org">
 <head>
     <meta charset="UTF-8">
