Closed (fixed)
Project:
Fivestar
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2008 at 11:15 UTC
Updated:
28 Mar 2009 at 00:50 UTC
$class .= '-'. (isset($form['vote']['#tag']) ? $form['tag']['#tag'] : 'vote');
obviously should be
$class .= '-'. (isset($form['vote']['#tag']) ? $form['vote']['#tag'] : 'vote');
Comments
Comment #1
quicksketchThanks, committed.