Hello,
I'm using the expert template for some fields, but the colon never appears after the label.
After some investigation into the module file, it seems that the $config['lb-col'] never exists in the function theme_ds_field_expert(), so, the line
if (!isset($config['lb-col'])) $output .= ': ';
always return false and so, never add the colon.
Regards,
Alex
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | Screen Shot 2013-08-13 at 16.43.56.png | 57.11 KB | swentel |
| #1 | Screen Shot 2013-08-13 at 16.44.38.png | 51.26 KB | swentel |
Comments
Comment #1
swentel commentedThis works fine here (I do remember this was an issue at some point which got fixed after 2.0)