From 6e546cd730dd80d9943ad48ad317abc0678d25db Mon Sep 17 00:00:00 2001 From: Shane Tomlinson <stomlinson@mozilla.com> Date: Tue, 24 Jan 2012 14:28:28 +0000 Subject: [PATCH] Put the license below the DOCTYPE to keep IE8 out of quirks mode. --- example/primary/index.html | 2 +- example/primary/provision.html | 2 +- example/primary/sign_in.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/primary/index.html b/example/primary/index.html index 34b8c663a..aa0390506 100644 --- a/example/primary/index.html +++ b/example/primary/index.html @@ -1,8 +1,8 @@ +<!DOCTYPE html> <!-- 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> <html> <head> <meta charset="utf-8"> diff --git a/example/primary/provision.html b/example/primary/provision.html index 733976307..e844563c5 100644 --- a/example/primary/provision.html +++ b/example/primary/provision.html @@ -1,8 +1,8 @@ +<!DOCTYPE html> <!-- 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> <html> <head> <script type="text/javascript" src="https://browserid.org/provisioning_api.js"></script> diff --git a/example/primary/sign_in.html b/example/primary/sign_in.html index 2320c3979..0e89ba67b 100644 --- a/example/primary/sign_in.html +++ b/example/primary/sign_in.html @@ -1,8 +1,8 @@ +<!DOCTYPE html> <!-- 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> <html> <head> <meta charset="utf-8"> -- GitLab