Skip to content

Commit

Permalink
! Minor validation error. (skin_selector/SkinSelector.php)
Browse files Browse the repository at this point in the history
Signed-off-by: Nao <nao@wedge>
  • Loading branch information
Nao committed Mar 11, 2014
1 parent 78d11ec commit ca8653a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skin_selector/SkinSelector.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function template_sidebar_skin_selector()
', $txt['skin_selector'], '
</we:title>
<p>
<select name="skinse" id="skinse"', $current_skin ? 'data-default="' . westr::safe($current_skin) . '"' : '', '>
<select name="skinse" id="skinse"', $current_skin ? ' data-default="' . westr::safe($current_skin) . '"' : '', '>
<option value=""', $context['skin_actual'] == '' ? ' selected' : '', '>', $txt['skin_overall_default'], '</option>
', $skin_selector, '
</select>
Expand Down

0 comments on commit ca8653a

Please sign in to comment.