Skip to content

Commit c4c0c9b

Browse files
authored
Merge pull request templui#285 from axzilla/fix/datastar-usage
chore: fix type
2 parents 257cb13 + 2ae9ad2 commit c4c0c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ui/pages/how_to_use.templ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ var datastarIntegration = `<!-- Event-based approach -->
179179
<!-- ... -->
180180
</body>
181181
182-
<script nonce={ templ.GetNonce(ctx) }>
182+
<script>
183183
window.initComponents = function(evt) {
184184
// Cleanup before new content is loaded
185185
if (evt.detail?.type === 'started') {

0 commit comments

Comments
 (0)