Changeset 1368
- Timestamp:
- 03/24/2008 03:45:05 AM (18 years ago)
- Location:
- branches/0.8
- Files:
-
- 4 edited
-
bb-admin/admin-header.php (modified) (1 diff)
-
bb-includes/functions.php (modified) (1 diff)
-
bb-includes/template-functions.php (modified) (1 diff)
-
bb-templates/kakumei/header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.8/bb-admin/admin-header.php
r1295 r1368 1 1 <!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' ); ?>> 3 3 <head> 4 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -
branches/0.8/bb-includes/functions.php
r1354 r1368 2249 2249 ?> 2250 2250 <!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(); ?>> 2252 2252 <head> 2253 2253 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -
branches/0.8/bb-includes/template-functions.php
r1344 r1368 38 38 } 39 39 40 echo rtrim($output);40 echo ' ' . rtrim($output); 41 41 } 42 42 -
branches/0.8/bb-templates/kakumei/header.php
r821 r1368 1 1 <!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' ); ?>> 3 3 <head> 4 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Note: See TracChangeset
for help on using the changeset viewer.