Skip to content

Commit c135b92

Browse files
committed
Corrected an error in the HTML declaration.
1 parent 424b39d commit c135b92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/webapp/my/projects.jsp

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
--%>
66
<%@page contentType="text/html" pageEncoding="UTF-8"%>
77
<%@ include file="/WEB-INF/includes/include.jsp"%>
8-
<!DOCTYPE html!>
9-
<html>
8+
<!DOCTYPE html>
109
<head>
1110
<meta name="application-name" content="BlocklyProp"/>
1211
<meta name="msapplication-TileColor" content="#FFFFFF" />

0 commit comments

Comments
 (0)