Code Duplication    Length = 3-3 lines in 2 locations

classes/PodsUI.php 2 locations

@@ 3540-3542 (lines=3) @@
3537
													$css_classes .= ' pods-ui-css-value-' . sanitize_title( str_replace( array( "\n", "\r" ), ' ', strip_tags( (string) $css_field_v ) ) );
3538
												}
3539
											}
3540
											else {
3541
												$css_classes .= ' pods-ui-css-value-' . sanitize_title( str_replace( array( "\n", "\r" ), ' ', strip_tags( (string) $css_field_val ) ) );
3542
											}
3543
										}
3544
									}
3545
									else {
@@ 3545-3547 (lines=3) @@
3542
											}
3543
										}
3544
									}
3545
									else {
3546
										$css_classes .= ' pods-ui-css-value-' . sanitize_title( str_replace( array( "\n", "\r" ), ' ', strip_tags( (string) $css_field_value ) ) );
3547
									}
3548
								}
3549
3550
                                if ( is_object( $this->pod ) )