Skip to content

Commit

Permalink
Update music.html
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Asakoto authored May 12, 2024
1 parent ea78fe6 commit db3e851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music.html
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ <h6 class="card-header" data-toggle="collapse" data-target="#param2_input">
</div>
<script>
$("*[data-translate]").each(function() {
this.innerText = this.dataset.translate.translate(lang, dictionary);
this.innerHTML = this.dataset.translate.translate(lang, dictionary);
});
initMusic();
</script>
Expand Down

0 comments on commit db3e851

Please sign in to comment.