diff options
| author | Rémi Prévost | 2011-10-29 07:57:03 -0400 |
|---|---|---|
| committer | Jack Nagel | 2011-11-02 19:21:04 -0500 |
| commit | 8aa1a53912e61249b2c56bc58eca7090c2773fab (patch) | |
| tree | 9b6cf4ea727ca15d0db31d23ad3da77bffc70e72 | |
| parent | 65bbbb92941756aebfa635543db92db49ef8bd5c (diff) | |
| download | homebrew-8aa1a53912e61249b2c56bc58eca7090c2773fab.tar.bz2 | |
Clean index.html <head>
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/index.html b/index.html index 832483560..b65e28d78 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,9 @@ <!DOCTYPE html> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <title>Homebrew — MacPorts driving you to drink? Try Homebrew!</title> + <title>Homebrew — MacPorts driving you to drink? Try Homebrew!</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="dc.creator" content="Rémi Prévost - http://remiprevost.com" /> - <link rel="stylesheet" href="./css/screen.css" type="text/css" media="screen" /> <link rel="stylesheet" href="./css/fonts/chunkfive/chunkfive.css" type="text/css" media="screen" /> </head> |
