Title: Validation Issue
Last modified: October 21, 2016

---

# Validation Issue

 *  Resolved [burak](https://wordpress.org/support/users/burakkaptan/)
 * (@burakkaptan)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/validation-issue-3/)
 * Hello,
 * I use this plugin in my website. I wanted to validate the site here: [https://validator.w3.org/nu/?doc=https%3A%2F%2Fburak-aydin.com%2Fagora%2F](https://validator.w3.org/nu/?doc=https%3A%2F%2Fburak-aydin.com%2Fagora%2F)
   
   The plugin gives me error like saying: “No space between attributes”. How can
   we solve this issue?
 * Thank you!

Viewing 1 replies (of 1 total)

 *  Plugin Author [ILLID](https://wordpress.org/support/users/mihail-barinov/)
 * (@mihail-barinov)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/validation-issue-3/#post-8354952)
 * Hi
 * Yes, this is the small bug in the plugin. I will fix it in the new version.
 * If you don’t want to wait you can fix it now by yourself.
    Just open includes/
   class-aws-markup.php file, find line
 * `$params_string .= $key . '="' . $value . '"';`
 * and replace it with
 * `$params_string .= $key . '="' . $value . '" ';`

Viewing 1 replies (of 1 total)

The topic ‘Validation Issue’ is closed to new replies.

 * ![](https://ps.w.org/advanced-woo-search/assets/icon-256x256.png?rev=3303984)
 * [Advanced Woo Search - Product Search for WooCommerce](https://wordpress.org/plugins/advanced-woo-search/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-woo-search/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-woo-search/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-woo-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-woo-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-woo-search/reviews/)

## Tags

 * [validate](https://wordpress.org/support/topic-tag/validate/)

 * 1 reply
 * 2 participants
 * Last reply from: [ILLID](https://wordpress.org/support/users/mihail-barinov/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/validation-issue-3/#post-8354952)
 * Status: resolved