Customize: Remove a stray whitespace.

Props tfrommen.
Fixes #43762.


git-svn-id: https://develop.svn.wordpress.org/trunk@42975 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2018-04-13 15:09:30 +00:00
parent 9f9facad50
commit 2468899f38
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class WP_Customize_Color_Control extends WP_Customize_Control {
<input class="color-picker-hue" type="text" data-type="hue" />
<# } else { #>
<input class="color-picker-hex" type="text" maxlength="7" placeholder="{{ defaultValue }}" {{ defaultValueAttr }} />
<# } #>
<# } #>
</label>
</div>
<?php