Skip to content

Commit 387f802

Browse files
committed
DOCTYPE needs to be in first line for valid HTML5
1 parent 810711c commit 387f802

File tree

1 file changed

+1
-1
lines changed
  • archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/content

1 file changed

+1
-1
lines changed

archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/content/hello.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
<!DOCTYPE html>
12
<%@ page contentType="text/html; charset=UTF-8" %>
23
<%@ taglib prefix="s" uri="/struts-tags" %>
3-
<!DOCTYPE html>
44
<html lang="en" ng-app="angularstruts">
55
<head>
66
<meta charset="utf-8">

0 commit comments

Comments
 (0)