Opened 17 years ago
Closed 17 years ago
#9916 closed enhancement (invalid)
Extra Right ">" in header.php in Kubrick theme
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.8 |
| Component: | Themes | Keywords: | Kubrick |
| Focuses: | Cc: |
Description
In the Kubrick theme. Open header.php and search for this line:
<body <?php body_class(); ?>>
Should this not be this:
<body <?php body_class(); ?>
And you have an extra ">" at the end by mistake.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Oh sorry, didn't see the opening "<" before body that needed closing.