Discussion:
[SCM] UNNAMED PROJECT branch, master, updated. 469b11cfe01be4480b544ade803a9ef45ae81638
Michal Cihar
2012-02-22 12:02:39 UTC
Permalink
The following commit has been merged in the master branch:
commit 469b11cfe01be4480b544ade803a9ef45ae81638
Author: Michal Čihař <***@cihar.com>
Date: Wed Feb 22 12:58:41 2012 +0100

Add missing alt

diff --git a/html/base.html b/html/base.html
index 21f26c0..679387a 100644
--- a/html/base.html
+++ b/html/base.html
@@ -37,7 +37,7 @@
</head>
<body>
<div id="header">
- <h1><a href="/" rel="home"><img src="/media/dot.gif" class="sprite-logo" /> [GW]ammu</a></h1>
+ <h1><a href="/" rel="home"><img src="/media/dot.gif" alt="Logo" class="sprite-logo" /> [GW]ammu</a></h1>

<ul id="links">
{% for item in menu %}
@@ -98,10 +98,10 @@ href="http://wammu.eu/"></a></li>
<p>{% trans "Share Gammu with the world!" %}</p>

<ul class="share">
-<li><a href="https://plus.google.com/104858815416760393584/?prsrc=3"><img src="/media/dot.gif" class="share-gplus"/> {% trans "Gammu on Google+" %}</a></li>
-<li><a href="https://www.facebook.com/wammu"><img src="/media/dot.gif" class="share-fb"/> {% trans "Gammu on Facebook" %}</a></li>
-<li><a href="http://twitter.com/wammu"><img src="/media/dot.gif" class="share-twitter"/> {% trans "Follow us on Twitter" %}</a></li>
-<li><a href="http://identi.ca/gammu"><img src="/media/dot.gif" class="share-ic"/> {% trans "Follow us on Identi.ca" %}</a></li>
+<li><a href="https://plus.google.com/104858815416760393584/?prsrc=3"><img src="/media/dot.gif" alt="G+" class="share-gplus"/> {% trans "Gammu on Google+" %}</a></li>
+<li><a href="https://www.facebook.com/wammu"><img src="/media/dot.gif" alt="Fb" class="share-fb"/> {% trans "Gammu on Facebook" %}</a></li>
+<li><a href="http://twitter.com/wammu"><img src="/media/dot.gif" alt="Tw" class="share-twitter"/> {% trans "Follow us on Twitter" %}</a></li>
+<li><a href="http://identi.ca/gammu"><img src="/media/dot.gif" alt="Ic" class="share-ic"/> {% trans "Follow us on Identi.ca" %}</a></li>
</ul>

{% block sidebar %}{% endblock %}
--
UNNAMED PROJECT
Loading...