Changeset 932

Show
Ignore:
Timestamp:
04/08/07 17:30:39 (1 year ago)
Author:
Neal
Message:

Added missing xmlns attribute to several files.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/upload/include/functions.php

    r774 r932  
    956956?> 
    957957<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    958 <html dir="ltr"> 
     958<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr"> 
    959959<head> 
    960960<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
  • trunk/upload/include/template/admin.tpl

    r2 r932  
    11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    22 
    3 <html dir="<pun_content_direction>"> 
     3<html xmlns="http://www.w3.org/1999/xhtml" dir="<pun_content_direction>"> 
    44<head> 
    55<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" /> 
  • trunk/upload/include/template/help.tpl

    r2 r932  
    11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    22 
    3 <html dir="<pun_content_direction>"> 
     3<html xmlns="http://www.w3.org/1999/xhtml" dir="<pun_content_direction>"> 
    44<head> 
    55<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" /> 
  • trunk/upload/include/template/main.tpl

    r2 r932  
    11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    22 
    3 <html dir="<pun_content_direction>"> 
     3<html xmlns="http://www.w3.org/1999/xhtml" dir="<pun_content_direction>"> 
    44<head> 
    55<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" /> 
  • trunk/upload/include/template/maintenance.tpl

    r2 r932  
    11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    22 
    3 <html dir="<pun_content_direction>"> 
     3<html xmlns="http://www.w3.org/1999/xhtml" dir="<pun_content_direction>"> 
    44<head> 
    55<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" /> 
  • trunk/upload/include/template/redirect.tpl

    r2 r932  
    11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    22 
    3 <html dir="<pun_content_direction>"> 
     3<html xmlns="http://www.w3.org/1999/xhtml" dir="<pun_content_direction>"> 
    44<head> 
    55<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" />