Repository: incubator-zeppelin Updated Branches: refs/heads/master 3f87f448a -> d1da5684a
ZEPPELIN-144 Move license to below Doctype Check https://issues.apache.org/jira/browse/ZEPPELIN-144 Author: Lee moon soo <[email protected]> Closes #141 from Leemoonsoo/ZEPPELIN-144 and squashes the following commits: d0e0fd8 [Lee moon soo] Move license below doctype Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/d1da5684 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/d1da5684 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/d1da5684 Branch: refs/heads/master Commit: d1da5684a888a181b5f45b788ef53f16b11e9818 Parents: 3f87f44 Author: Lee moon soo <[email protected]> Authored: Fri Jul 3 16:44:08 2015 -0700 Committer: Lee moon soo <[email protected]> Committed: Sat Jul 4 11:42:56 2015 -0700 ---------------------------------------------------------------------- zeppelin-web/src/404.html | 3 +-- zeppelin-web/src/index.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/d1da5684/zeppelin-web/src/404.html ---------------------------------------------------------------------- diff --git a/zeppelin-web/src/404.html b/zeppelin-web/src/404.html index 9b1fb4c..35eb1b1 100644 --- a/zeppelin-web/src/404.html +++ b/zeppelin-web/src/404.html @@ -1,3 +1,4 @@ +<!DOCTYPE html> <!-- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -11,8 +12,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - -<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/d1da5684/zeppelin-web/src/index.html ---------------------------------------------------------------------- diff --git a/zeppelin-web/src/index.html b/zeppelin-web/src/index.html index ed0ccf4..9d6905c 100644 --- a/zeppelin-web/src/index.html +++ b/zeppelin-web/src/index.html @@ -1,3 +1,4 @@ +<!doctype html> <!-- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -11,7 +12,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<!doctype html> <html ng-app="zeppelinWebApp" ng-controller="MainCtrl" class="no-js"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge">
