Skip to content

Commit

Permalink
fixed double button
Browse files Browse the repository at this point in the history
  • Loading branch information
moldcraft committed Feb 16, 2015
1 parent dbe1685 commit 14bfadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/create-option-type.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ To define a new option type, create a class that extends the base option type cl
$html = '<div '. fw_attr_to_html($wrapper_attr) .'>';
$html .= '<input '. fw_attr_to_html($option['attr']) .' type="text" />';
$html .= '<button type="button" class="button">'. __('Clear text', 'fw') .'<button/>';
$html .= '<button type="button" class="button">'. __('Clear text', 'fw') .'</button>';
$html .= '</div>';
return $html;
Expand Down

0 comments on commit 14bfadc

Please sign in to comment.