mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Changed from double to single quotes.
This commit is contained in:
parent
02098999ba
commit
bab6b42e74
@ -37,8 +37,8 @@ module.exports = {
|
|||||||
{ 'ga': 'UA-148212082-1' }
|
{ 'ga': 'UA-148212082-1' }
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"container",
|
'container',
|
||||||
{ type: "expander", before: info => "<details><summary>" + info + "</summary>\n", after: "</details>\n" }
|
{ type: 'expander', before: info => '<details><summary>' + info + '</summary>\n', after: '</details>\n' }
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user