kswedberg / jquery-expander

Expand and Collapse HTML content
https://kswedberg.github.io/jquery-expander/
Other
459 stars 168 forks source link

Duplicate text when Normalizewhite space = false #147

Open hardeep360 opened 4 months ago

hardeep360 commented 4 months ago

Hello,

Can you please add this to line 472 as if there is multiple spaces on start of the text then for summery text they are gone and duplicate text start to show as text length mismatches with summarytext and full html text?

Screenshot 2024-05-13 at 22 00 46

Line: 472, backup(txt, preserveWords) return opts.normalizeWhitespace ? txt.replace(rTrim, '') : txt;

kswedberg commented 4 months ago

thanks for the report. I will look into it as soon as I can