Skip to:
Content

BuddyPress.org

Changeset 5964


Ignore:
Timestamp:
04/06/2012 11:00:51 PM (13 years ago)
Author:
djpaul
Message:

Add missing slash for meta element in BP-Default. Fixes #4114, props hnla

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/header.php

    r5737 r5964  
    44    <head profile="http://gmpg.org/xfn/11">
    55        <meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php bloginfo( 'charset' ); ?>" />
    6         <?php if ( current_theme_supports( 'bp-default-responsive' ) ) : ?><meta name="viewport" content="width=device-width, initial-scale=1.0"><?php endif; ?>
     6        <?php if ( current_theme_supports( 'bp-default-responsive' ) ) : ?><meta name="viewport" content="width=device-width, initial-scale=1.0" /><?php endif; ?>
    77        <title><?php wp_title( '|', true, 'right' ); bloginfo( 'name' ); ?></title>
    88        <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
Note: See TracChangeset for help on using the changeset viewer.