From 2ea8ea880df9905e2bed4215f963c0ee3b6b1201 Mon Sep 17 00:00:00 2001 From: nikrou Date: Sun, 21 Dec 2008 13:20:14 +0000 Subject: bug fix: non valid html id needed for label git-svn-id: http://piwigo.org/svn/trunk@3008 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/profile_content.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/template/goto') 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 @@ - {html_options name=template options=$template_options selected=$template_selection} + {html_options id=template name=template options=$template_options selected=$template_selection}
  • - {html_options name=language options=$language_options selected=$language_selection} + {html_options id=language name=language options=$language_options selected=$language_selection}
  • -- cgit v1.2.3