Skip to content

Commit 3a97249

Browse files
add empty h1 tags to html template
First Example tutorial needs the tag in order to work.
1 parent 6d25dbb commit 3a97249

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/encore/simple-example.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ In Symfony, use the ``asset()`` helper:
9696
<link rel="stylesheet" href="{{ asset('build/global.css') }}">
9797
</head>
9898
<body>
99+
<h1></h1>
99100
<!-- ... -->
100101
<script src="{{ asset('build/app.js') }}"></script>
101102
</body>

0 commit comments

Comments
 (0)