Skip to content

Commit 580ed73

Browse files
authored
Merge pull request #2060 from ukeloop/patch-1
Fix: add missing closing </html> tag
2 parents ffad5c7 + ff2e238 commit 580ed73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/stubs/views/master.stub

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@
2727
{{-- Vite JS --}}
2828
{{-- {{ module_vite('build-$LOWER_NAME$', 'resources/assets/js/app.js') }} --}}
2929
</body>
30+
</html>

0 commit comments

Comments
 (0)