Opened 5 years ago
Closed 5 years ago
#8184 closed defect (bug) (fixed)
Coding Standard : Anchor Tag Closing missing - src/bp-templates/bp-nouveau/buddypress/common/js-templates/invites/index.php
Reported by: | ankitmaru | Owned by: | mercime |
---|---|---|---|
Milestone: | 6.0.0 | Priority: | normal |
Severity: | normal | Version: | 3.0.0 |
Component: | Templates | Keywords: | has-patch needs-refresh |
Cc: |
Description
Please check this file.
src/bp-templates/bp-nouveau/buddypress/common/js-templates/invites/index.php
Anchor tag closing is missing on this template.
Attachments (3)
Change History (8)
#4
@
5 years ago
- Keywords needs-refresh added
- Milestone changed from Awaiting Review to 6.0.0
- Version changed from 5.0.0 to 3.0.0
Hi @ankitmaru
Thanks a lot for your feedback.
Hi @mercime thanks a lot for your patch. I have a few recommandations before you commit it to trunk. Could you :
git checkout npm-shrinkwrap.json
,- Update the
@version 3.1.0
docblock comment at the top of thesrc/bp-templates/bp-nouveau/buddypress/common/js-templates/invites/index.php
file and use the version it will be committed for (@version 6.0.0
) ?
Then, feel free to commit ;)
Note: See
TracTickets for help on using
tickets.
@ankitmaru Good catch on the closing anchor tag. That error was my bad from #7752 where I missed replacing the closing button tag with a closing anchor tag. Attached 8184.patch to correct the issue.