Skip to content

Commit

Permalink
fix #139
Browse files Browse the repository at this point in the history
  • Loading branch information
hunk committed Oct 9, 2012
1 parent cfba112 commit 15ce57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion field_types/slider_field/slider_field.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function display_field( $field, $group_index = 1, $field_index = 1 ) {

$output = '';
$output .= sprintf(
'<div id="slider_%s" class="mf_slider_field" data="{min:\'%s\', max:\'%s\', value:\'%s\', stepping:\'%d\'}"></div>',
'<div id="slider_%s" class="mf_slider_field" data="{min:\'%s\', max:\'%s\', value:\'%s\', stepping:\'%s\'}"></div>',
$field['input_id'],
$field['options']['value_min'],
$field['options']['value_max'],
Expand Down

0 comments on commit 15ce57b

Please sign in to comment.