Skip to content

Commit dbb3ad1

Browse files
Fix sonar issue regarding missing HTML language tag for websocket client
1 parent 1a2cdd0 commit dbb3ad1

File tree

1 file changed

+1
-1
lines changed
  • Templates/Websocket/$safeprojectname$/Resources

1 file changed

+1
-1
lines changed

Templates/Websocket/$safeprojectname$/Resources/client.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>websocket client</title>
55
<script type="text/javascript">

0 commit comments

Comments
 (0)