commit | cdf8a863fdeb0063ecb0cb08792a5f6735769d2a | [log] [tgz] |
---|---|---|
author | alex.ryazantsev <alex.ryazantsev@gmail.com> | Mon Nov 18 01:22:41 2013 +0400 |
committer | alex.ryazantsev <alex.ryazantsev@gmail.com> | Mon Nov 18 01:22:41 2013 +0400 |
tree | a21a7d2be0ab839477061dc591cc2ad4624e00a8 | |
parent | fc798093b8a229b0aafc8bd9021816ff1df5e5a3 [diff] |
Remove deprecated html tag attribute for 'strict' doctype Change-Id: Id6f678fbbcd5595727b3a6b3717c75ea1c3d8f42
diff --git a/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/auth/container/LoginRedirect.html b/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/auth/container/LoginRedirect.html index 433be20..d88af9a 100644 --- a/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/auth/container/LoginRedirect.html +++ b/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/auth/container/LoginRedirect.html
@@ -2,7 +2,7 @@ <html> <head> <title>Gerrit Code Review</title> - <script type="text/javascript" language="javascript"> + <script type="text/javascript"> var href = window.location.href; var p = href.indexOf('#'); var token;
diff --git a/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/raw/LegacyGerrit.html b/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/raw/LegacyGerrit.html index 6639a5b..6046004 100644 --- a/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/raw/LegacyGerrit.html +++ b/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/raw/LegacyGerrit.html
@@ -2,7 +2,7 @@ <html> <head> <title>Gerrit Code Review</title> - <script type="text/javascript" language="javascript"> + <script type="text/javascript"> var href = window.location.href; var p = href.indexOf('#'); var token = '';