Title: html is corrupted
Last modified: August 22, 2016

---

# html is corrupted

 *  Resolved [SkyTroll](https://wordpress.org/support/users/skytroll/)
 * (@skytroll)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/html-is-corrupted/)
 * Hi,
 * I was modifying my site’s adsense code when the plugin started giving <!– html
   is corrupted –> on every page.
 * My site is: [http://www.carbontesla.com](http://www.carbontesla.com)
 * I’m using Ad Injection plugin to manage my ads. Kindly reply asap – thanks!
 * [https://wordpress.org/plugins/wp-fastest-cache/](https://wordpress.org/plugins/wp-fastest-cache/)

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/html-is-corrupted/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/html-is-corrupted/page/2/?output_format=md)

 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/html-is-corrupted/#post-5369103)
 * If a page does not have “</body>” or “</html”> tag, the plugin gives such error.
   Can you put the footer.php please?
 *  Thread Starter [SkyTroll](https://wordpress.org/support/users/skytroll/)
 * (@skytroll)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/html-is-corrupted/#post-5369116)
 * It does have both tags in footer.php:
 *     ```
       <!-- begin footer -->
       <?php $content_design = get_option('frugal_content_design'); ?>
   
       <div style="clear:both;"></div>
   
       <?php
       if ($content_design['fr_head_foot_fluid'] == "Footer Only" || $content_design['fr_head_foot_fluid'] == "Header & Footer Only" || $content_design['fr_head_foot_fluid'] == "Navbar & Footer Only" || $content_design['fr_head_foot_fluid'] == "All")
       {
       echo '</div> <!-- Closes Wrap -->' . "\n";
       }
       ?>
   
       <?php frugal_hook_before_footer(); ?>
   
       <div id="footer_wrap">
       	<div id="footer">
   
       <?php frugal_hook_footer(); ?>
   
       	</div>
       </div>
   
       <?php frugal_hook_after_footer(); ?>
   
       <div style="clear:both;"></div>
   
       <?php
       if ($content_design['fr_head_foot_fluid'] == "None" || $content_design['fr_head_foot_fluid'] == "Header Only" || $content_design['fr_head_foot_fluid'] == "Navbar Only" || $content_design['fr_head_foot_fluid'] == "Header & Navbar Only")
       {
       echo '</div> <!-- Closes Wrap -->' . "\n";
       }
       ?>
   
       <?php wp_footer(); ?>
   
       <?php frugal_hook_after_html(); ?>
   
       </body>
   
       </html>
       ```
   
 * Another thing I’ve noticed is that it gives “html is corrupted” on every page
   when I clear all the cache but it still caches them after some time. What could
   be the reason?
 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/html-is-corrupted/#post-5369131)
 * can you delete the plugin and download again please? I have sent new code.
 *  Thread Starter [SkyTroll](https://wordpress.org/support/users/skytroll/)
 * (@skytroll)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/html-is-corrupted/#post-5369141)
 * Reinstalled it – still the same end tag
 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/html-is-corrupted/#post-5369143)
 * can you send me an email please? [fastestcache@gmail.com](https://wordpress.org/support/topic/html-is-corrupted/fastestcache@gmail.com?output_format=md)
 *  [apollosk](https://wordpress.org/support/users/apollosk/)
 * (@apollosk)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/html-is-corrupted/#post-5369348)
 * I have the same problem as abovementioned. Any solution?
 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/html-is-corrupted/#post-5369349)
 * Hi @ Petar, can you delete the plugin and download again please?
 *  [apollosk](https://wordpress.org/support/users/apollosk/)
 * (@apollosk)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/html-is-corrupted/#post-5369350)
 * Check it out with Google Chrome and [see how it looks now](http://www.sakam.info/feed).
 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/html-is-corrupted/#post-5369351)
 * you can prevent caching for this page via ‘exclude page’ tab. Can you try it 
   plesae?
 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/html-is-corrupted/#post-5369352)
 * Hi again, I fixed the issue. Can you delete the plugin and download again please?
   By the way, Please don’t forget to delete all cache.
 *  [apollosk](https://wordpress.org/support/users/apollosk/)
 * (@apollosk)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/html-is-corrupted/#post-5369353)
 * It’s still the same version, 0.8.3.5?
 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/html-is-corrupted/#post-5369354)
 * just delete and download again please.
 *  [apollosk](https://wordpress.org/support/users/apollosk/)
 * (@apollosk)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/html-is-corrupted/#post-5369355)
 * Just did that… you may take a look now at [the cached version](http://www.sakam.info/feed).
 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/html-is-corrupted/#post-5369356)
 * I am so sorry. I fixed it. Can you delete and download again please?
 *  [apollosk](https://wordpress.org/support/users/apollosk/)
 * (@apollosk)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/html-is-corrupted/#post-5369357)
 * I can now confirm that the issue has been fixed!
    Thanks a lot for your assistance!

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/html-is-corrupted/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/html-is-corrupted/page/2/?output_format=md)

The topic ‘html is corrupted’ is closed to new replies.

 * ![](https://ps.w.org/wp-fastest-cache/assets/icon-256x256.png?rev=2064586)
 * [WP Fastest Cache - WordPress Cache Plugin](https://wordpress.org/plugins/wp-fastest-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-fastest-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-fastest-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-fastest-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-fastest-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-fastest-cache/reviews/)

 * 21 replies
 * 4 participants
 * Last reply from: [paulo767](https://wordpress.org/support/users/paulo767/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/html-is-corrupted/page/2/#post-5369385)
 * Status: resolved