@@ -923,7 +923,4 @@ |
||
| 923 | 923 | if (!empty($params['assign'])) { |
| 924 | 924 | $smarty->assign($params['assign'], $output); |
| 925 | 925 | } else { |
| 926 | - return $output; |
|
| 927 | - } |
|
| 928 | - } |
|
| 929 | -} |
|
| 926 | + return $output |
|
| 930 | 927 | \ No newline at end of file |
@@ -333,7 +333,4 @@ |
||
| 333 | 333 | return $html; |
| 334 | 334 | } |
| 335 | 335 | profile_end('Html::Highlight'); |
| 336 | - return $html; |
|
| 337 | - } |
|
| 338 | - |
|
| 339 | -} |
|
| 336 | + return $html |
|
| 340 | 337 | \ No newline at end of file |