diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-11 01:17:27 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-11 01:17:27 +0000 |
| commit | 585acdc64c353d9a5e28e8a2494767d2c5608ab0 (patch) | |
| tree | d08ca6c15a4a2e3ce8f6591932578523aea4a861 /phpBB/templates | |
| parent | 355327426a0a3dc8a84324eb0bd782adf0e09a07 (diff) | |
| download | forums-585acdc64c353d9a5e28e8a2494767d2c5608ab0.tar forums-585acdc64c353d9a5e28e8a2494767d2c5608ab0.tar.gz forums-585acdc64c353d9a5e28e8a2494767d2c5608ab0.tar.bz2 forums-585acdc64c353d9a5e28e8a2494767d2c5608ab0.tar.xz forums-585acdc64c353d9a5e28e8a2494767d2c5608ab0.zip | |
Changed header back to HTML 4.01 Transitional to 'temporarily' fix bug #502099
git-svn-id: file:///svn/phpbb/trunk@1838 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
| -rw-r--r-- | phpBB/templates/subSilver/overall_header.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/templates/subSilver/overall_header.tpl b/phpBB/templates/subSilver/overall_header.tpl index 812c19ecc8..8ee160c820 100644 --- a/phpBB/templates/subSilver/overall_header.tpl +++ b/phpBB/templates/subSilver/overall_header.tpl @@ -1,13 +1,13 @@ -<!--DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" --> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" --> <html> <head> -<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> -<meta http-equiv="Content-Style-Type" content="text/css" /> +<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> +<meta http-equiv="Content-Style-Type" content="text/css"> {META} {NAV_LINKS} <title>{SITENAME} :: {PAGE_TITLE}</title> -<link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" /> +<link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css"> <style type="text/css"> <!-- /* Specifiy background images for selected styles |
