Project:Form Table
Version:5.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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');

nobody click here