mirror of
https://github.com/Kenshin/simpread.git
synced 2026-01-25 14:28:34 +00:00
Format source.
This commit is contained in:
parent
2a7be0757f
commit
d8bd48c679
@ -19,7 +19,7 @@ function HTML( title, desc, content, styles ) {
|
||||
<body>
|
||||
<sr-read>
|
||||
<sr-rd-title>${title}</sr-rd-title>
|
||||
<sr-rd-desc style="${desc == "" && "display: none;" }">${desc}</sr-rd-desc>
|
||||
<sr-rd-desc ${desc == "" ? 'style="display: none;"' : "" }>${desc}</sr-rd-desc>
|
||||
<sr-rd-content>${content}</sr-rd-content>
|
||||
<sr-rd-footer>
|
||||
<sr-rd-footer-group>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user