summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-06-06 10:32:03 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-06-06 10:32:03 +0200
commit29a80354ab5e5b85fa37863f70b1cf95646dc699 (patch)
tree4dc78d685ef01a83f56638fcdb10f9b2ccce4bae /docs/intro
parent17824e2b74ca02b9914e853c818fa512a0f9ef34 (diff)
Added alt attribute to img tags in docs.
This is a good practice for accessibility. Thanks Jessica McKellar for the report.
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/overview.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/overview.txt b/docs/intro/overview.txt
index bd2fdfdb6c..49233fb8a7 100644
--- a/docs/intro/overview.txt
+++ b/docs/intro/overview.txt
@@ -279,7 +279,7 @@ Here's what the "base.html" template might look like:
<title>{% block title %}{% endblock %}</title>
</head>
<body>
- <img src="sitelogo.gif" alt="Logo" />
+ <img src="sitelogo.png" alt="Logo" />
{% block content %}{% endblock %}
</body>
</html>