@@ -207,7 +207,7 @@ |
||
207 | 207 | foreach($args as $key => $val){ |
208 | 208 | $output .= ' '.sanitize_html_class($key).'="'.esc_attr($val).'" '; |
209 | 209 | } |
210 | - }else{ |
|
210 | + } else{ |
|
211 | 211 | $output .= ' '.$args.' '; |
212 | 212 | } |
213 | 213 |