diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2004-07-23 17:34:24 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2004-07-23 17:34:24 +0000 |
commit | 9f30df2cb513e0655f832d36131102002f04e319 (patch) | |
tree | afe04e8716a9bef646c45c6d3a98593b7a1e4a39 | |
parent | edc2f13d82cfbf087843e417d7c2aa8732cb284f (diff) | |
download | brdo-9f30df2cb513e0655f832d36131102002f04e319.tar.gz brdo-9f30df2cb513e0655f832d36131102002f04e319.tar.bz2 |
#6599: XTemplate default: removing whitespace in front of doctype
-rw-r--r-- | themes/xtemplate/default/xtemplate.xtmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/xtemplate/default/xtemplate.xtmpl b/themes/xtemplate/default/xtemplate.xtmpl index e01129a38..b75d4812a 100644 --- a/themes/xtemplate/default/xtemplate.xtmpl +++ b/themes/xtemplate/default/xtemplate.xtmpl @@ -1,5 +1,4 @@ -<!-- BEGIN: header --> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<!-- BEGIN: header --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> |