Skip to content

Extra '<' in title #6

@barnaclebarnes

Description

@barnaclebarnes

in header.php there is an extra < after the opening title tag:

<title><<?php bloginfo('title') ?><?php wp_title(' - ', true, 'left'); ?></title>

should be:

<title><?php bloginfo('title') ?><?php wp_title(' - ', true, 'left'); ?></title>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions