Updated Branches: refs/heads/master 8884febe4 -> d7b249fb0
Fixing UI compatibility with IE which was broken because of license headers added to jsp file Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/d7b249fb Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d7b249fb Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d7b249fb Branch: refs/heads/master Commit: d7b249fb01cc05e46fade8f23d7e6fbc255866b5 Parents: 8884feb Author: Pranav Saxena <[email protected]> Authored: Wed Aug 29 11:35:28 2012 +0530 Committer: Pranav Saxena <[email protected]> Committed: Wed Aug 29 11:35:28 2012 +0530 ---------------------------------------------------------------------- ui/index.jsp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d7b249fb/ui/index.jsp ---------------------------------------------------------------------- diff --git a/ui/index.jsp b/ui/index.jsp index 7a5489c..a81dcb3 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -1,4 +1,4 @@ -<!-- +<%-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information @@ -15,7 +15,7 @@ software distributed under the License is distributed on an KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ---> +--%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <c:if test="${!empty cookie.lang}">
