Changeset 932
- Timestamp:
- 04/08/07 17:30:39 (1 year ago)
- Files:
-
- trunk/upload/include/functions.php (modified) (1 diff)
- trunk/upload/include/template/admin.tpl (modified) (1 diff)
- trunk/upload/include/template/help.tpl (modified) (1 diff)
- trunk/upload/include/template/main.tpl (modified) (1 diff)
- trunk/upload/include/template/maintenance.tpl (modified) (1 diff)
- trunk/upload/include/template/redirect.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/upload/include/functions.php
r774 r932 956 956 ?> 957 957 <!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"> 959 959 <head> 960 960 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> trunk/upload/include/template/admin.tpl
r2 r932 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 2 3 <html dir="<pun_content_direction>">3 <html xmlns="http://www.w3.org/1999/xhtml" dir="<pun_content_direction>"> 4 4 <head> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" /> trunk/upload/include/template/help.tpl
r2 r932 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 2 3 <html dir="<pun_content_direction>">3 <html xmlns="http://www.w3.org/1999/xhtml" dir="<pun_content_direction>"> 4 4 <head> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" /> trunk/upload/include/template/main.tpl
r2 r932 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 2 3 <html dir="<pun_content_direction>">3 <html xmlns="http://www.w3.org/1999/xhtml" dir="<pun_content_direction>"> 4 4 <head> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" /> trunk/upload/include/template/maintenance.tpl
r2 r932 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 2 3 <html dir="<pun_content_direction>">3 <html xmlns="http://www.w3.org/1999/xhtml" dir="<pun_content_direction>"> 4 4 <head> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" /> trunk/upload/include/template/redirect.tpl
r2 r932 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 2 3 <html dir="<pun_content_direction>">3 <html xmlns="http://www.w3.org/1999/xhtml" dir="<pun_content_direction>"> 4 4 <head> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" />
