Document title should not contain HTML

This commit is contained in:
Shane Reustle 2013-02-02 16:14:14 -05:00
parent a1a4fd47ad
commit f76facdaba

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Gunicorn &dash; Python WSGI HTTP Server for UNIX</title> <title>Gunicorn - Python WSGI HTTP Server for UNIX</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="stylesheet" type="text/css" href="css/style.css" /> <link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon"> <link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">