Code Duplication    Length = 1-1 lines in 2 locations

web_interface/astpp/application/libraries/html2pdf/_class/parsingCss.class.php 2 locations

@@ 800-800 (lines=1) @@
797
                    if ($val[1]) {
798
                    	$this->value['border']['r']['type'] = $val[1];
799
                    }
800
                    if ($val[2]) {
801
                    	$this->value['border']['b']['type'] = $val[2];
802
                    }
803
                    if ($val[3]) {
@@ 898-898 (lines=1) @@
895
                    $this->_duplicateBorder($val);
896
                    if ($val[0]) $this->value['border']['t']['width'] = $val[0];
897
                    if ($val[1]) $this->value['border']['r']['width'] = $val[1];
898
                    if ($val[2]) $this->value['border']['b']['width'] = $val[2];
899
                    if ($val[3]) $this->value['border']['l']['width'] = $val[3];
900
                    break;
901