Skip to content

Commit 1fa17b7

Browse files
devlancewaprin
authored andcommitted
Fixing closing body tag. (GoogleCloudPlatform#883)
1 parent 374526a commit 1fa17b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/standard/flask/tutorial/templates/submitted_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ <h1>Form submitted</h1>
1919
</p>
2020
</div>
2121
</div>
22-
<body>
22+
</body>
2323
</html>

0 commit comments

Comments
 (0)