css

SeroSero - April 1, 2008 - 12:01
Project:Form Table
Version:5.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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

 
 

Drupal is a registered trademark of Dries Buytaert.