[WebProfilerBundle] Specify missing alt attributes

This commit is contained in:
Victor Berchet 2011-03-12 15:40:10 +01:00
parent 5b39894efc
commit 308ea7a668
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
{% block menu %}
<span class="label">
<span class="icon"><img src="{{ asset('bundles/webprofiler/images/profiler/events.png') }}" alt="" /></span>
<span class="icon"><img src="{{ asset('bundles/webprofiler/images/profiler/events.png') }}" alt="Events" /></span>
<strong>Events</strong>
</span>
{% endblock %}

View File

@ -7,7 +7,7 @@
{% block menu %}
<span class="label">
<span class="icon"><img src="{{ asset('bundles/webprofiler/images/profiler/exception.png') }}" alt="" /></span>
<span class="icon"><img src="{{ asset('bundles/webprofiler/images/profiler/exception.png') }}" alt="Exception" /></span>
<strong>Exception</strong>
<span class="count">
{% if collector.hasexception %}

View File

@ -12,7 +12,7 @@
{% block menu %}
<span class="label">
<span class="icon"><img src="{{ asset('bundles/webprofiler/images/profiler/logger.png') }}" alt="" /></span>
<span class="icon"><img src="{{ asset('bundles/webprofiler/images/profiler/logger.png') }}" alt="Logger" /></span>
<strong>Logs</strong>
{% if collector.counterrors %}
<span class="count">

View File

@ -18,7 +18,7 @@
{% block menu %}
<span class="label">
<span class="icon"><img src="{{ asset('bundles/webprofiler/images/profiler/request.png') }}" alt="" /></span>
<span class="icon"><img src="{{ asset('bundles/webprofiler/images/profiler/request.png') }}" alt="Request" /></span>
<strong>Request</strong>
</span>
{% endblock %}