diff options
Diffstat (limited to 'admin/template/goto/element_set_unit.tpl')
-rw-r--r-- | admin/template/goto/element_set_unit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/element_set_unit.tpl b/admin/template/goto/element_set_unit.tpl index e4805cf44..c2b38a00d 100644 --- a/admin/template/goto/element_set_unit.tpl +++ b/admin/template/goto/element_set_unit.tpl @@ -83,7 +83,7 @@ <tr> <td><strong>{'Description'|@translate}</strong></td> - <td><textarea name="description-{$element.ID}" class="description">{$element.DESCRIPTION}</textarea></td> + <td><textarea name="description-{$element.ID}" id="description-{$element.ID}" class="description">{$element.DESCRIPTION}</textarea></td> </tr> </table> |