added charset

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40518
This commit is contained in:
Ismael Carnales 2008-12-16 16:46:28 +00:00
parent e3d1afe98c
commit a8b2f0c7e9
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{% block title %}Scrapy.org. Scraping framework{% endblock %}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href="{{ MEDIA_URL }}/style/style.css" rel="stylesheet" type="text/css" media="screen" />
{% block extrastyles %}{% endblock %}