Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixing incorrect class in select field html
  • Loading branch information
zeelot committed Jul 19, 2010
1 parent 2c9e91b commit f8be7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/yform/themes/default/choice/select.php
@@ -1,6 +1,6 @@

<!-- BEGIN YForm_Select Element -->
<div class="yform-item yform-password<?php echo empty($errors) ? '' : ' errors'; ?>">
<div class="yform-item yform-select<?php echo empty($errors) ? '' : ' errors'; ?>">

<?php if ( ! empty($label)): ?>
<label for="<?php echo Arr::get($attributes, 'id'); ?>" >
Expand Down

0 comments on commit f8be7ee

Please sign in to comment.