Title: [Plugin: WP Orbit Slider] html5 validation error
Last modified: August 20, 2016

---

# [Plugin: WP Orbit Slider] html5 validation error

 *  [Leo Gono](https://wordpress.org/support/users/sq1neo/)
 * (@sq1neo)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-orbit-slider-html5-validation-error/)
 * To developer,
 * please take note of a small error on html semantics. Currently the plugin outputs
   this:
    `<div class="content" style=""data-thumb="URLOFIMAGE:>`
 * Notice that there’s no space between style=”” and data-thumb which create error
   on validation.
 * What I did is change this code (/wp-orbit-slider/index.php line 389) from
    `$
   datathumb = 'data-thumb="' . $urlthumb . '"';` to `$datathumb = ' data-thumb="'.
   $urlthumb . '"';`
 * [http://wordpress.org/extend/plugins/wp-orbit-slider/](http://wordpress.org/extend/plugins/wp-orbit-slider/)

The topic ‘[Plugin: WP Orbit Slider] html5 validation error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-orbit-slider_5f504b.svg)
 * [WP Orbit Slider](https://wordpress.org/plugins/wp-orbit-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-orbit-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-orbit-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-orbit-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-orbit-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-orbit-slider/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Leo Gono](https://wordpress.org/support/users/sq1neo/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-orbit-slider-html5-validation-error/)
 * Status: not resolved