Title: Double code
Last modified: February 14, 2022

---

# Double code

 *  [syblog](https://wordpress.org/support/users/syblog/)
 * (@syblog)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/double-code/)
 * Hello! My site has srcset with webp and jpg images:
 *     ```
       <a href="https://i.com/img.jpg">
       <picture>
       <source srcset="https://i.com/img.webp 360w, ... 1280w" type="image/webp">
       <source srcset="https://i.com/img.jpg 360w, ... 1280w" type="image/jpeg">
       <img src="https://i.com/img.jpg"></picture></a>
       ```
   
 * With this plugin I get error, caused by double “<noscript><noscript>” tag after
   it was sanitized.
 * How to remove second noscript tag and get my code pass AMP checks? Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Ahmed Kaludi](https://wordpress.org/support/users/ahmedkaludi/)
 * (@ahmedkaludi)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/double-code/#post-15366059)
 * Can you please share the URL of the site once? So that we will inspect the issue
   which you are encountering t your end and get back to you ASAP!
 *  Thread Starter [syblog](https://wordpress.org/support/users/syblog/)
 * (@syblog)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/double-code/#post-15369042)
 * Sorry, but I make it on localhost server.
 *  Plugin Author [Ahmed Kaludi](https://wordpress.org/support/users/ahmedkaludi/)
 * (@ahmedkaludi)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/double-code/#post-15374715)
 * Okay, can you please share few screenshots of the issue for our reference? So
   that we will inspect the issue and get back to you ASAP!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Double code’ is closed to new replies.

 * ![](https://ps.w.org/accelerated-mobile-pages/assets/icon-256x256.png?rev=1693616)
 * [AMP for WP - Accelerated Mobile Pages](https://wordpress.org/plugins/accelerated-mobile-pages/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/accelerated-mobile-pages/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/accelerated-mobile-pages/)
 * [Active Topics](https://wordpress.org/support/plugin/accelerated-mobile-pages/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/accelerated-mobile-pages/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/accelerated-mobile-pages/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ahmed Kaludi](https://wordpress.org/support/users/ahmedkaludi/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/double-code/#post-15374715)
 * Status: not resolved