diff options
| author | Christian Fowler <spider@viovio.com> | 2007-09-26 19:31:47 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-09-26 19:31:47 +0000 |
| commit | eb35a00cd8866bfa7c4f4d0925710d4e5ec30ce8 (patch) | |
| tree | ed8d4c702810246944ab180d3714f95e199f9795 /modules | |
| parent | 392abd477f617b1a77b1e5b213374297be05bcb2 (diff) | |
| download | liberty-eb35a00cd8866bfa7c4f4d0925710d4e5ec30ce8.tar.gz liberty-eb35a00cd8866bfa7c4f4d0925710d4e5ec30ce8.tar.bz2 liberty-eb35a00cd8866bfa7c4f4d0925710d4e5ec30ce8.zip | |
remove quotes around variable
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_structure_toc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_structure_toc.tpl b/modules/mod_structure_toc.tpl index b299218..3f6fb18 100644 --- a/modules/mod_structure_toc.tpl +++ b/modules/mod_structure_toc.tpl @@ -1,5 +1,5 @@ {if $modStructureTOC} - {bitmodule title="$moduleTitle" name="structure_navigation"} + {bitmodule title=$moduleTitle name="structure_navigation"} {$modStructureTOC} {/bitmodule} {/if} |
