Skip to content

Commit

Permalink
Remove dash from quote Editable text
Browse files Browse the repository at this point in the history
Placeholder applied by styles

Closes #868
  • Loading branch information
aduth committed Jun 20, 2017
1 parent fbc091c commit 37b217f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/library/quote/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ registerBlockType( 'core/quote', {
<Editable
tagName="footer"
value={ citation }
placeholder={ wp.i18n.__( 'Add citation…' ) }
placeholder={ wp.i18n.__( 'Add citation…' ) }
onChange={
( nextCitation ) => setAttributes( {
citation: nextCitation,
Expand Down

0 comments on commit 37b217f

Please sign in to comment.