diff --git a/administrator/components/com_contact/tmpl/contact/edit.php b/administrator/components/com_contact/tmpl/contact/edit.php index 03b1eb91cd5e4..9f3a92af5be9d 100644 --- a/administrator/components/com_contact/tmpl/contact/edit.php +++ b/administrator/components/com_contact/tmpl/contact/edit.php @@ -80,7 +80,8 @@
- form->renderField('misc'); ?> + form->getLabel('misc'); ?> + form->getInput('misc'); ?>
diff --git a/administrator/components/com_tags/tmpl/tag/edit.php b/administrator/components/com_tags/tmpl/tag/edit.php index 93839e3dfb376..080b37ba2be3b 100644 --- a/administrator/components/com_tags/tmpl/tag/edit.php +++ b/administrator/components/com_tags/tmpl/tag/edit.php @@ -35,7 +35,8 @@
- form->renderField('description'); ?> + form->getLabel('description'); ?> + form->getInput('description'); ?>