Code Duplication    Length = 3-3 lines in 2 locations

classes/PodsUI.php 2 locations

@@ 3622-3624 (lines=3) @@
3619
													$css_classes[] = 'pods-ui-css-value-' . sanitize_title( str_replace( array( "\n", "\r" ), ' ', strip_tags( (string) $css_field_v ) ) );
3620
												}
3621
											}
3622
											else {
3623
												$css_classes[] = ' pods-ui-css-value-' . sanitize_title( str_replace( array( "\n", "\r" ), ' ', strip_tags( (string) $css_field_val ) ) );
3624
											}
3625
										}
3626
									}
3627
									else {
@@ 3627-3629 (lines=3) @@
3624
											}
3625
										}
3626
									}
3627
									else {
3628
										$css_classes[] = ' pods-ui-css-value-' . sanitize_title( str_replace( array( "\n", "\r" ), ' ', strip_tags( (string) $css_field_value ) ) );
3629
									}
3630
								}
3631
3632
                                if ( is_object( $this->pod ) )