Skip to content

Commit

Permalink
Remove line break in title attribute helper text
Browse files Browse the repository at this point in the history
  • Loading branch information
brentswisher committed Oct 16, 2019
1 parent 4fef04a commit 7c8d9c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/block-library/src/image/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,6 @@ export class ImageEdit extends Component {
help={
<>
{ __( 'Describe the role of this image on the page.' ) }
<br />
<ExternalLink href="https://www.w3.org/TR/html52/dom.html#the-title-attribute">
{ __( '(Note: many devices and browsers do not display this text.)' ) }
</ExternalLink>
Expand Down

0 comments on commit 7c8d9c3

Please sign in to comment.