mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Remove escaping
This commit is contained in:
parent
756e92fa35
commit
f40cfb29a8
@ -12,7 +12,7 @@ module.exports = [
|
|||||||
'container',
|
'container',
|
||||||
{
|
{
|
||||||
type: 'expander',
|
type: 'expander',
|
||||||
before: info => `<details class=\"expander_details\"><summary class=\"expander_summary\">${info}</summary>\n`,
|
before: info => `<details class="expander_details"><summary class="expander_summary">${info}</summary>\n`,
|
||||||
after: '</details>\n'
|
after: '</details>\n'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user