Skip to content

Commit

Permalink
Fix HTML escaping issue in script tags in index.html files
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLoy committed Jan 2, 2025
1 parent b9d1f70 commit 72d4342
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,8 @@ <h4 class="font-bold text-indigo-400 mb-2">Important Note About Themes</h4>
year: 2024,
month: 12,
day: 25
});</code></pre>
});
&lt;/script&gt;</code></pre>
</div>
</section>

Expand Down
3 changes: 2 additions & 1 deletion docs/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,8 @@ <h4 class="font-bold text-indigo-400 mb-2">Important Note About Themes</h4>
year: 2024,
month: 12,
day: 25
});</code></pre>
});
&lt;/script&gt;</code></pre>
</div>
</section>

Expand Down

0 comments on commit 72d4342

Please sign in to comment.