Skip to content

Commit f00c491

Browse files
committed
outerHTML
1 parent da86679 commit f00c491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/user_cards.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ At the moment, no JS initialization would re-trigger (fortunately there is no JS
99
hx-trigger="refreshUserCards from:body"
1010
hx-indicator=".no-loading-indicator"
1111
hx-get="{{$.Link}}"
12-
hx-swap="innerHTML" hx-select=".user-cards"
12+
hx-swap="outerHTML" hx-select=".user-cards"
1313
>
1414
{{if .CardsTitle}}
1515
<h2 class="ui dividing header">

0 commit comments

Comments
 (0)