Title: no space between attributes
Last modified: January 20, 2017

---

# no space between attributes

 *  [Gulshan Kumar](https://wordpress.org/support/users/thegulshankumar/)
 * (@thegulshankumar)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/no-space-between-attributes-2/)
 * Hi dear developer,
 * Hope you are doing great.
 * I am using below shortcode in my blog post. It is generating some HTML link with
   error. While looking source code of my site, I found there is no space between
   target and title attributes. Initially, I desabled HTML minification. But, it
   didn’t not fixed 🙁
 * `[su_custom_gallery source="category: 5848" limit="40" link="post" target="blank"
   width="300" height="300" title="always"]`
 * Could you please look into this issue?
 * Thanks & Regards,
    Gulshan
    -  This topic was modified 9 years, 8 months ago by [Gulshan Kumar](https://wordpress.org/support/users/thegulshankumar/).

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

 *  [poppoll2](https://wordpress.org/support/users/poppoll2/)
 * (@poppoll2)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/no-space-between-attributes-2/#post-8849769)
 * Same problem here.
 *  [poppoll2](https://wordpress.org/support/users/poppoll2/)
 * (@poppoll2)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/no-space-between-attributes-2/#post-8849861)
 * Found the error:
    Open plugins\shortcodes-ultimate\inc\core\shortcodes.php
 * Find this line 1170
 *     ```
       // Slide content with link
       if ( $slide['link'] ) $return .= '<a href="' . $slide['link'] .'"' . $atts['target'] . 'title="' . esc_attr( $slide['title'] ) . '">
   
       Change like this (add a space before title)
       // Slide content with link
       if ( $slide['link'] ) $return .= '<a href="' . $slide['link'] .'"' . $atts['target'] . ' title="' . esc_attr( $slide['title'] ) . '">
       ```
   
 * That’s all
 *  Thread Starter [Gulshan Kumar](https://wordpress.org/support/users/thegulshankumar/)
 * (@thegulshankumar)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/no-space-between-attributes-2/#post-8849985)
 * Great! Thanks for sharing. [@poppoll2](https://wordpress.org/support/users/poppoll2/)

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

 The topic ‘no space between attributes’ is closed to new replies.

 * ![](https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563)
 * [Shortcodes Ultimate - Content Elements](https://wordpress.org/plugins/shortcodes-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ultimate/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Gulshan Kumar](https://wordpress.org/support/users/thegulshankumar/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/no-space-between-attributes-2/#post-8849985)
 * Status: not a support question