Opened 7 years ago
Closed 7 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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.0.0 |
| Component: | Templates | Version: | 3.0.0 |
| Severity: | normal | 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
@
7 years ago
- Keywords needs-refresh added
- Milestone Awaiting Review → 6.0.0
- Version 5.0.0 → 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.0docblock comment at the top of thesrc/bp-templates/bp-nouveau/buddypress/common/js-templates/invites/index.phpfile 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
@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.