-
Notifications
You must be signed in to change notification settings - Fork 334
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
Correct the closing double quotes in pagination Nunjucks #3156
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great spot @JoPintoPaul! This just needs a 2nd review before we can merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Probably wanna stick a changelog entry onto this too before merging.
@querkmachine Would you like me to update the changelog on this PR, or will you folks do that? |
@JoPintoPaul Either you can update the PR yourself or we can add the changelog entry, if you'd prefer. |
… updated CHANGELOG
@querkmachine Updated PR with entry in CHANGELOG. |
Please go ahead and make the change Owen, I will leave this with you.
…On Wed, 11 Jan 2023, 16:58 Owen Jones, ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In CHANGELOG.md
<#3156 (comment)>
:
> @@ -2,6 +2,8 @@
## Unreleased
+- [Correcting incorrect closing double quotes in pagination Nunjucks](#3156)
Massive nitpick but we try to put fixes under the '## Fixes` heading
below. Would you mind moving this to a new line under line 30? Happy to do
this for you if you prefer.
—
Reply to this email directly, view it on GitHub
<#3156 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMT7VK2HSUNQMCBVYJ7ZUTWR3RDNANCNFSM6AAAAAATYELMG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Spotted an incorrectly placed closing double quote in the template for the new Pagination component.