Filter_htmlcorrector - it’s very useful function in the case of custom output of content added by site users.


Here is link for specification
The problem was detected when resolving the problem of outputing the whole content of the book to the one page.

Here is link for specification
The problem was detected when resolving the problem of outputing the whole content of the book to the one page. This problem should be resolved by module http://drupal.org/search/apachesolr_search/flat_book
When outputting of big amount of nodes to one page html layout seemed to be broken. Maybe it happened because of users working with the book in regime of full html didn’t close “div” tag somewhere. It was pointless to find this very node because there were lots of it. But API function of drupal
_filter_htmlcorrector($node->body)
was a great help