#15992 closed defect (bug) (invalid)
Extra "<" in Twentyten's header.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Themes | Keywords: | |
| Focuses: | Cc: |
Description
I noticed that there is an extra "<" on line 61 of header.php in Twentyten.
Attachments (1)
Change History (4)
#2
@
15 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Note the code:
<?php $heading_tag = ( is_home() || is_front_page() ) ? 'h1' : 'div'; ?> <<?php echo $heading_tag; ?> id="site-title">
It's building an HTML tag. The first < is part of that.
Note: See
TracTickets for help on using
tickets.
patch file