You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jo...@apache.org on 2014/08/31 14:06:17 UTC

[19/21] git commit: DOCTYPE needs to be in first line for valid HTML5

DOCTYPE needs to be in first line for valid HTML5


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/387f8027
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/387f8027
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/387f8027

Branch: refs/heads/develop
Commit: 387f8027fd3cd5d3bab76d9939b34e188b2103a0
Parents: 810711c
Author: Johannes Geppert <jo...@gmail.com>
Authored: Sun Aug 31 13:36:08 2014 +0200
Committer: Johannes Geppert <jo...@gmail.com>
Committed: Sun Aug 31 13:36:08 2014 +0200

----------------------------------------------------------------------
 .../archetype-resources/src/main/webapp/WEB-INF/content/hello.jsp  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/387f8027/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/content/hello.jsp
----------------------------------------------------------------------
diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/content/hello.jsp b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/content/hello.jsp
index dc960a2..70ca934 100644
--- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/content/hello.jsp
+++ b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/content/hello.jsp
@@ -1,6 +1,6 @@
+<!DOCTYPE html>
 <%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
-<!DOCTYPE html>
 <html lang="en" ng-app="angularstruts">
 <head>
     <meta charset="utf-8">