#20196 closed defect (bug) (invalid)
No PHP closure tag in index.php
Reported by: | carldanley | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | 3.4 |
Component: | General | Keywords: | needs-patch |
Focuses: | Cc: |
Description
small bug, thats all. also, this is my first patch. index.php is missing a php closure tag.
Attachments (1)
Change History (4)
#1
@
13 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
#2
@
13 years ago
Indeed, leaving closing PHP tags off files is valid, acceptable, and in some cases even preferred (see http://www.php.net/manual/en/language.basic-syntax.instruction-separation.php for a note). As dd32 points out, we recently altered our standard to omit them everywhere. But thanks for the patch!
Note: See
TracTickets for help on using
tickets.
the fix for this.