Title: imagery_layout_class small bug
Last modified: October 2, 2018

---

# imagery_layout_class small bug

 *  Resolved [leemon](https://wordpress.org/support/users/leemon/)
 * (@leemon)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/imagery_layout_class-small-bug/)
 * A space is missing in the `imagery_layout_class` function. The line
 * `echo 'class="' . join( ' ', imagery_set_layout_class( $classes ) ) . '"';`
 * should be:
 * `echo ' class="' . join( ' ', imagery_set_layout_class( $classes ) ) . '"';`

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

 *  Theme Author [Dinev Dmitry](https://wordpress.org/support/users/dimadinev/)
 * (@dimadinev)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/imagery_layout_class-small-bug/#post-10758641)
 * I’ll check it out. Thank you!
 *  Theme Author [Dinev Dmitry](https://wordpress.org/support/users/dimadinev/)
 * (@dimadinev)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/imagery_layout_class-small-bug/#post-10758652)
 * I checked. It works the way it should. No errors detected.

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

The topic ‘imagery_layout_class small bug’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/imagery/1.4.0/screenshot.png)
 * Imagery
 * [Support Threads](https://wordpress.org/support/theme/imagery/)
 * [Active Topics](https://wordpress.org/support/theme/imagery/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/imagery/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/imagery/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Dinev Dmitry](https://wordpress.org/support/users/dimadinev/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/imagery_layout_class-small-bug/#post-10758652)
 * Status: resolved