Active
Project:
Form Table
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2008 at 12:01 UTC
Updated:
1 Apr 2008 at 12:01 UTC
formtable.module - small bug:
line 38:
< drupal_add_css(drupal_get_path('module', 'form_table_element') .'/formtable.css', 'module');
should be replaced by:
> drupal_add_css(drupal_get_path('module', 'formtable') .'/formtable.css', 'module');