Skip to:
Content

bbPress.org

Changeset 1368


Ignore:
Timestamp:
03/24/2008 03:45:05 AM (18 years ago)
Author:
sambauers
Message:

Remove extraneous whitespace in html tag - branches/0.8

Location:
branches/0.8
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/0.8/bb-admin/admin-header.php

    r1295 r1368  
    11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    2 <html xmlns="http://www.w3.org/1999/xhtml" <?php bb_language_attributes( '1.1' ); ?>>
     2<html xmlns="http://www.w3.org/1999/xhtml"<?php bb_language_attributes( '1.1' ); ?>>
    33<head>
    44    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  • branches/0.8/bb-includes/functions.php

    r1354 r1368  
    22492249?>
    22502250<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    2251 <html xmlns="http://www.w3.org/1999/xhtml" <?php if ( function_exists( 'bb_language_attributes' ) ) bb_language_attributes(); ?>>
     2251<html xmlns="http://www.w3.org/1999/xhtml"<?php if ( function_exists( 'bb_language_attributes' ) ) bb_language_attributes(); ?>>
    22522252<head>
    22532253    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  • branches/0.8/bb-includes/template-functions.php

    r1344 r1368  
    3838    }
    3939
    40     echo rtrim($output);
     40    echo ' ' . rtrim($output);
    4141}
    4242
  • branches/0.8/bb-templates/kakumei/header.php

    r821 r1368  
    11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    2 <html xmlns="http://www.w3.org/1999/xhtml" <?php bb_language_attributes( '1.1' ); ?>>
     2<html xmlns="http://www.w3.org/1999/xhtml"<?php bb_language_attributes( '1.1' ); ?>>
    33<head>
    44    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Note: See TracChangeset for help on using the changeset viewer.