mirror of https://github.com/scrapy/scrapy.git
added charset
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40518
This commit is contained in:
parent
e3d1afe98c
commit
a8b2f0c7e9
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue