This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch base-browser-102.5.0esr-12.0-1 in repository tor-browser.
commit edd963ff7b1319ce84753e86130b29b29e18c3cf Author: Magnus Melin mkmelin+mozilla@iki.fi AuthorDate: Mon Aug 29 12:02:32 2022 +0000
Bug 1787381 - Use standards mode in hiddenWindow.html. r=hsivonen, a=dmeehan
Differential Revision: https://phabricator.services.mozilla.com/D155668 --- dom/res/hiddenWindow.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dom/res/hiddenWindow.html b/dom/res/hiddenWindow.html index e1a8ac20d8f5..2c8f29181d59 100644 --- a/dom/res/hiddenWindow.html +++ b/dom/res/hiddenWindow.html @@ -1,5 +1,8 @@ <!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta charset="utf-8"><title></title></head><body></body></html> +<!DOCTYPE html> +<html> + <head><meta charset="utf-8"><title></title></head> + <body></body> +</html>