I am importing HTML pages using HTML import plugin for WordPress.
I have a code snippet for google maps, which is imported.
However, after import, it enclos
$content = str_replace(']]>', ']]>', $content);
wp-includes\post-template.php line 167