Skip to content

Commit

Permalink
skynovel fix chapter spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
K1ngfish3r committed Oct 29, 2023
1 parent 8b9a199 commit 14b1d8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scrcpy
Submodule scrcpy added at 90ca46
2 changes: 1 addition & 1 deletion src/sources/es/skynovels.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const parseChapter = async (novUrl, chapUrl) => {

let chapterName = item.chp_index_title;

let chapterText = item.chp_content;
let chapterText = item.chp_content.replace(/\n/g, '<br>');

novelUrl = novelId + '/' + novelUrl + '/';
chapterUrl = item.id + '/' + item.chp_name;
Expand Down

0 comments on commit 14b1d8e

Please sign in to comment.