summaryrefslogtreecommitdiff
path: root/templates/admin_columns.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin_columns.tpl')
-rw-r--r--templates/admin_columns.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_columns.tpl b/templates/admin_columns.tpl
index 1d3fa94..ce26e7a 100644
--- a/templates/admin_columns.tpl
+++ b/templates/admin_columns.tpl
@@ -12,7 +12,7 @@
{formhelp warning="If checked, the column is visible."}
{foreach from=$activeColumns key=feature item=output}
<div class="control-group">
- {formlabel label=`$output.label` for=$feature}
+ {formlabel label=$output.label for=$feature}
{forminput}
{html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature}
{formhelp hash=$output}
@@ -139,4 +139,4 @@
{/form}
-{/strip} \ No newline at end of file
+{/strip}