#15992 closed defect (bug) (invalid)
Extra "<" in Twentyten's header.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Themes | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | tomthewebmaster |
Description
I noticed that there is an extra "<" on line 61 of header.php in Twentyten.
Attachments (1)
Change History (4)
tomthewebmaster
— 2 years ago
comment:1
tomthewebmaster
— 2 years ago
- Cc tomthewebmaster added
- Component changed from General to Themes
comment:2
nacin
— 2 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.
comment:3
tomthewebmaster
— 2 years ago
Just noticed that also. Apologies for the inconvenience.
Note: See
TracTickets for help on using
tickets.
patch file