Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix in string interpolation #1065

Merged
merged 1 commit into from
Aug 13, 2020

Conversation

peterbe
Copy link
Contributor

@peterbe peterbe commented Aug 13, 2020

Fixes #1004

See #1004 (comment)

These are the kind of mistakes we're likely to make when we rush things. But that's the world we're (currently) living in.

@peterbe
Copy link
Contributor Author

peterbe commented Aug 13, 2020

@schalkneethling I'm going to r=me this one.

@peterbe peterbe merged commit 3b8c1c7 into mdn:master Aug 13, 2020
@peterbe peterbe deleted the 1004-fix-in-string-interpolation branch August 13, 2020 18:19
@@ -8,7 +8,7 @@ export function ProseWithHeading({ id, section }) {
return (
<>
<h2 id={id}>
<a href={`#${id}`} title={`Permalink to {section.title}`}>
<a href={`#${id}`} title={`Permalink to ${section.title}`}>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doh!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make headlines permalink-able
2 participants