diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-04-14 09:20:07 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-04-14 09:20:07 +0000 |
| commit | e934ac8af0440f8e6ba8e44a61647a780613ac8d (patch) | |
| tree | 7b3ba6a66ef43cb9d859b97abc0b6f9b0e857194 /smarty_bit/block.textarea.php | |
| parent | 611fdd373aa5168f6382b588e506be551fa28b66 (diff) | |
| download | kernel-e934ac8af0440f8e6ba8e44a61647a780613ac8d.tar.gz kernel-e934ac8af0440f8e6ba8e44a61647a780613ac8d.tar.bz2 kernel-e934ac8af0440f8e6ba8e44a61647a780613ac8d.zip | |
whitespace
Diffstat (limited to 'smarty_bit/block.textarea.php')
| -rw-r--r-- | smarty_bit/block.textarea.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smarty_bit/block.textarea.php b/smarty_bit/block.textarea.php index 9ebec0f..a9ff108 100644 --- a/smarty_bit/block.textarea.php +++ b/smarty_bit/block.textarea.php @@ -21,7 +21,7 @@ function smarty_block_textarea( $pParams, $pContent, &$gBitSmarty ) { $class = ''; if ((!empty($gLibertySystem->mPlugins['bithtml']) && $gLibertySystem->mPlugins['bithtml']['is_active'] == 'y') || (!empty($gLibertySystem->mPlugins['tikiwiki']) && $gLibertySystem->mPlugins['tikiwiki']['is_active'] == 'y' && - $gBitSystem->isFeatureActive('content_force_allow_html')) ) { + $gBitSystem->isFeatureActive( 'content_force_allow_html' ))) { $class = 'wysiwyg'; } if (empty($pParams['rows'])) { |
