My favorites | Sign in
Project Home Issues
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 18: paragraphs with only non-latin symbols are deleted
1 person starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----


 
Reported by skybo...@gmail.com, Dec 11, 2009
function cleanup contains next routine:
source = source.replace(/<p>\W*<\/p>/g, '');
this will delete all paragraphs without latin symbols, numbers,
underscore(following to meaning of "\W").
for example, it'll delete next paragraph:
<p>текст на русском языке</p>


Powered by Google Project Hosting