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:
parent
9f9facad50
commit
2468899f38
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue