#4002 closed enhancement (fixed)
bp-default missing lots of semicolons
| Reported by: | johnjamesjacoby | Owned by: | johnjamesjacoby |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6 |
| Component: | Templates | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When bp-default jumps between PHP and HTML it often times omits the semicolon after PHP has finished. This doesn't produce any errors, but does introduce a bad habit to users that look to default theme(s) for guidance.
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [5737]) Add ending semicolons to bp-default where omitted. Fixes #4002.