diff --git a/better_formats.module b/better_formats.module index 0e48f85..3ccf3d7 100644 --- a/better_formats.module +++ b/better_formats.module @@ -180,7 +180,8 @@ function better_formats_filter_process_format($element) { // Hide fieldset if not showing selector or tips. if (!$show_selection && !$show_tips && !$show_tips_link) { - $element['format']['#access'] = FALSE; + $element['format']['#access'] = TRUE; + $element['format']['#attributes']['class'][] = 'element-invisible'; } $all_formats = filter_formats();