aboutsummaryrefslogtreecommitdiffstats
path: root/libretube-theme/templates/authors.html
diff options
context:
space:
mode:
Diffstat (limited to 'libretube-theme/templates/authors.html')
-rw-r--r--libretube-theme/templates/authors.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/libretube-theme/templates/authors.html b/libretube-theme/templates/authors.html
index 0439063..146ad20 100644
--- a/libretube-theme/templates/authors.html
+++ b/libretube-theme/templates/authors.html
@@ -46,7 +46,7 @@
('https://lablibre.tuxfamily.org/pages/librejs.html', _('Algunos programas de JavaScript'),)) %}
<ul class="ml-3">
{% for program in software %}
- <li><a href="{{ program[0] }}" title="{{ _('Sitio web de %(programa)s', programa=program[1]) }}"></a>{{ program[1] }}</li>
+ <li><a href="{{ program[0] }}" title="{{ _('Sitio web de %(programa)s', programa=program[1]) }}">{{ program[1] }}</a></li>
{% endfor %}
</ul>
</div>