Skip to content

Commit ea8283d

Browse files
authored
Fix DOCTYPE declaration and add trailing line break
1 parent 83c6b0b commit ea8283d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/place-autocomplete-data-simple/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<!--
33
@license
44
Copyright 2025 Google LLC. All Rights Reserved.
@@ -29,4 +29,4 @@
2929

3030
</body>
3131
</html>
32-
<!-- [END maps_place_autocomplete_data_simple] -->
32+
<!-- [END maps_place_autocomplete_data_simple] -->

0 commit comments

Comments
 (0)