diff --git a/htdocs/export_form.php b/htdocs/export_form.php index 326184e..d0a82b0 100755 --- a/htdocs/export_form.php +++ b/htdocs/export_form.php @@ -81,7 +81,7 @@ printf('%s%s', - _('Show Attributtes'),htmlspecialchars($request['attr'])); + _('Show Attributes'),htmlspecialchars($request['attr'])); printf('  ', $request['sys_attr'] ? 'checked="checked" ' : '',_('Include system attributes'));