Skip to content

Commit f18543b

Browse files
committed
remove <br> line breaks
1 parent 4afb84d commit f18543b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/multisrc/lightnovelwp/template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ class LightNovelWPPlugin implements Plugin.PluginBase {
363363
}
364364
} // summary
365365
else if (isReadingSummary) {
366-
if (name === 'br' || name === 'p') {
366+
if (name === 'p') {
367367
novel.summary += '\n\n';
368368
} else if (name === 'div' || name === 'script') {
369369
isReadingSummary--;

0 commit comments

Comments
 (0)