Skip to content

Commit

Permalink
Changes Doctype in base theme to <!DOCTYPE HTML> (keycloak#10271) (ke…
Browse files Browse the repository at this point in the history
…ycloak#10838)

Closes: keycloak#10157

Co-authored-by: Michael Rosenberger <michael.rosenberger@aeb.com>

Co-authored-by: foliengriller <info@simpelwebservice.de>
Co-authored-by: Michael Rosenberger <michael.rosenberger@aeb.com>
  • Loading branch information
3 people committed Mar 21, 2022
1 parent ae92e6e commit 41677bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions themes/src/main/resources/theme/base/login/template.ftl
@@ -1,6 +1,6 @@
<#macro registrationLayout bodyClass="" displayInfo=false displayMessage=true displayRequiredFields=false showAnotherWayIfPresent=true>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" class="${properties.kcHtmlClass!}">
<!DOCTYPE html>
<html class="${properties.kcHtmlClass!}">

<head>
<meta charset="utf-8">
Expand Down
4 changes: 2 additions & 2 deletions themes/src/main/resources/theme/keycloak/welcome/index.ftl
Expand Up @@ -19,8 +19,8 @@
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
<!DOCTYPE html>

<html>
<head>
<title>Welcome to ${productNameFull}</title>
Expand Down

0 comments on commit 41677bd

Please sign in to comment.