notionparallax / ShadowWolf

A mini ERP type app to capture people, projects and their relationships.
GNU General Public License v2.0
1 stars 6 forks source link

One line grab doesn't work unless copied and pasted from MS Word #776

Open hinds89 opened 9 years ago

hinds89 commented 9 years ago

@Dawil - as discussed one line grab doesn't work unless the text is copied to MS Word and pasted back into the Text section. - one is using <div> tags and the other <p> tags?

Dawil commented 9 years ago

This is due to the css selector here. A while back I manually ran an edit against the database to strip out MSWord css styles and swap <p> tags for <div> tags. We can either switch them back, this time without the MSWord css classes, or we can update the selector to also match against divs.

@notionparallax, you want to handle this?