@@ -794,16 +794,16 @@ |
||
| 794 | 794 | } |
| 795 | 795 | |
| 796 | 796 | /** |
| 797 | - * Set use of inline link block |
|
| 798 | - * If this is enabled the class will use the links reference in the HTML. |
|
| 799 | - * |
|
| 800 | - * @return void |
|
| 801 | - * @param bool [optional] $on Should we process link styles? |
|
| 802 | - */ |
|
| 797 | + * Set use of inline link block |
|
| 798 | + * If this is enabled the class will use the links reference in the HTML. |
|
| 799 | + * |
|
| 800 | + * @return void |
|
| 801 | + * @param bool [optional] $on Should we process link styles? |
|
| 802 | + */ |
|
| 803 | 803 | public function setLoadCSSFromHTML($on = true) |
| 804 | - { |
|
| 805 | - $this->loadCSSFromHTML = (bool) $on; |
|
| 806 | - } |
|
| 804 | + { |
|
| 805 | + $this->loadCSSFromHTML = (bool) $on; |
|
| 806 | + } |
|
| 807 | 807 | |
| 808 | 808 | /** |
| 809 | 809 | * Set strip original style tags |