Closed (fixed)
Project:
Label Help
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2013 at 12:51 UTC
Updated:
18 Apr 2013 at 13:35 UTC
Hi in function label_help_theme_form_element_label
- if (isset($variables['element']['#theme_options']['description at top'])) {
+ if (isset($variables['element']['#theme_options']['description at top']) &&
+ !empty($variables['element']['#theme_options']['description at top'])) {
would allow to avoid outputting the empty markup
Comments
Comment #1
sheldon rampton commentedThanks. I've committed this change.