diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-08-29 21:35:51 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-08-29 21:35:51 +0000 |
| commit | bfb7475b368ed3ce4685cfdfa3e0f318b49b03fe (patch) | |
| tree | 9dda153ada7a6a2c76caa1e9ee7485701bcf849a /modules | |
| parent | 50e816697b8adeff2531268fd5bd316e29c477bb (diff) | |
| download | kernel-bfb7475b368ed3ce4685cfdfa3e0f318b49b03fe.tar.gz kernel-bfb7475b368ed3ce4685cfdfa3e0f318b49b03fe.tar.bz2 kernel-bfb7475b368ed3ce4685cfdfa3e0f318b49b03fe.zip | |
no double quotes
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_bitweaver_info.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_bitweaver_info.tpl b/modules/mod_bitweaver_info.tpl index d55eeb3..d2d835f 100644 --- a/modules/mod_bitweaver_info.tpl +++ b/modules/mod_bitweaver_info.tpl @@ -1,4 +1,4 @@ -{bitmodule title="$moduleTitle|default:'Bitweaver'" name="bit_info"} +{bitmodule title=$moduleTitle|default:'Bitweaver' name="bit_info"} <ul> <li>{tr}Version{/tr}: <strong>{$smarty.const.BIT_MAJOR_VERSION}.{$smarty.const.BIT_MINOR_VERSION}.{$smarty.const.BIT_SUB_VERSION} {$smarty.const.BIT_LEVEL}</strong></li> {if $gBitUser->isAdmin()} |
