Skip to content

Commit 30313b7

Browse files
authored
Cleanup dummy html files used in system test for static code checks (#1211)
1 parent 60ef6c1 commit 30313b7

File tree

2 files changed

+4
-2
lines changed
  • system-test/apps

2 files changed

+4
-2
lines changed

system-test/apps/simple-app-updated-archive/src/main/resources/dummy.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<html>
1+
<!DOCTYPE html>
2+
<html lang="en">
23
<head>
34
<title>Dummy Page</title>
45
</head>

system-test/apps/simple-app/src/main/webapp/simple.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<html>
1+
<!DOCTYPE html>
2+
<html lang="en">
23
<head>
34
<title>Simple Application</title>
45
</head>

0 commit comments

Comments
 (0)