|
@@ 797-797 (lines=1) @@
|
| 794 |
|
if ($val[0]) { |
| 795 |
|
$this->value['border']['t']['type'] = $val[0]; |
| 796 |
|
} |
| 797 |
|
if ($val[1]) { |
| 798 |
|
$this->value['border']['r']['type'] = $val[1]; |
| 799 |
|
} |
| 800 |
|
if ($val[2]) { |
|
@@ 897-897 (lines=1) @@
|
| 894 |
|
} |
| 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; |