Changed from double to single quotes.

This commit is contained in:
Simon Mattila 2019-09-19 00:51:57 +02:00
parent 02098999ba
commit bab6b42e74

View File

@ -37,8 +37,8 @@ module.exports = {
{ 'ga': 'UA-148212082-1' }
],
[
"container",
{ type: "expander", before: info => "<details><summary>" + info + "</summary>\n", after: "</details>\n" }
'container',
{ type: 'expander', before: info => '<details><summary>' + info + '</summary>\n', after: '</details>\n' }
]
]
}