Title: HTML Syntax errors in Admin Tools Page
Last modified: June 27, 2019

---

# HTML Syntax errors in Admin Tools Page

 *  Resolved [gecko_guy](https://wordpress.org/support/users/gecko_guy/)
 * (@gecko_guy)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/html-syntax-errors-in-admin-tools-page/)
 * Hi, just a heads-up..
 * The “Rate Us” section in the sidebar of your Admin Page contains invalid html
   resulting in a broken image (among other things).
 * This is the existing code:
 *     ```
       <div class="sidebar_section" style="padding:0 !important;border:none !important;background:none !important;">
         <a href="https://codection.com/how-to-transfer-your-website-to-inmotion-hosting/" target="_blank">
           <img src="http://example.com/wp-content/plugins/import-users-from-csv-with-meta/assets/codection-inmotion.png        </a>
           </div>
   
         <div class=" sidebar_section"="" id="vote_us">
   
         <h3>Rate Us</h3>
   
         </a><ul><a href="https://codection.com/how-to-transfer-your-website-to-inmotion-hosting/" target="_blank">
         </a><li><a href="https://codection.com/how-to-transfer-your-website-to-inmotion-hosting/" target="_blank"><label>If you like it, </label></a><a href="https://wordpress.org/support/plugin/import-users-from-csv-with-meta/reviews/">Please vote and support us</a>.</li>
         </ul>
       </div>
       ```
   
 * This would be valid code:
 *     ```
       <div class="sidebar_section" style="padding:0 !important;border:none !important;background:none !important;">
   
         <a href="https://codection.com/how-to-transfer-your-website-to-inmotion-hosting/" target="_blank" rel="noopener">
           <img src="/wp-content/plugins/import-users-from-csv-with-meta/assets/codection-inmotion.png" alt="">
         </a>
   
         <div class=" sidebar_section" id="vote_us">
   
         <h3>Rate Us</h3>
   
         <ul>
           <li>If you like it <a href="https://wordpress.org/support/plugin/import-users-from-csv-with-meta/reviews/" target="_blank" rel="noopener">please vote and support us</a></li>
         </ul>
   
         </div>
       </div>
       ```
   
 * Note that I have also included `target="_blank" rel="noopener"`. You should always
   use rel=”noopener” when using a _blank target to avoid the tabnabbing security
   vulnerability.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Javier Carazo](https://wordpress.org/support/users/carazo/)
 * (@carazo)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/html-syntax-errors-in-admin-tools-page/#post-11680970)
 * [@gecko_guy](https://wordpress.org/support/users/gecko_guy/),
 * Thanks, I broke it changing the way plugin’s urls are calculated.
 * I have just fixed it. It also is different depends on the language so in Spanish
   I could not see the problem.
 * Thank you very much!! New version should fix it, if not please tell me.

Viewing 1 replies (of 1 total)

The topic ‘HTML Syntax errors in Admin Tools Page’ is closed to new replies.

 * ![](https://ps.w.org/import-users-from-csv-with-meta/assets/icon-256x256.png?
   rev=1174343)
 * [Import and export users and customers](https://wordpress.org/plugins/import-users-from-csv-with-meta/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/import-users-from-csv-with-meta/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/import-users-from-csv-with-meta/)
 * [Active Topics](https://wordpress.org/support/plugin/import-users-from-csv-with-meta/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/import-users-from-csv-with-meta/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/import-users-from-csv-with-meta/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Javier Carazo](https://wordpress.org/support/users/carazo/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/html-syntax-errors-in-admin-tools-page/#post-11680970)
 * Status: resolved