diff options
Diffstat (limited to 'admin/template/goto/profile_content.tpl')
-rw-r--r-- | admin/template/goto/profile_content.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/template/goto/profile_content.tpl b/admin/template/goto/profile_content.tpl index 9cabf0a51..dc67d5032 100644 --- a/admin/template/goto/profile_content.tpl +++ b/admin/template/goto/profile_content.tpl @@ -60,13 +60,13 @@ <span class="property"> <label for="template">{'theme'|@translate}</label> </span> - {html_options name=template options=$template_options selected=$template_selection} + {html_options id=template name=template options=$template_options selected=$template_selection} </li> <li> <span class="property"> <label for="language">{'language'|@translate}</label> </span> - {html_options name=language options=$language_options selected=$language_selection} + {html_options id=language name=language options=$language_options selected=$language_selection} </li> <li> <span class="property"> |