diff options
-rw-r--r-- | cl-theme/templates/authors.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cl-theme/templates/authors.html b/cl-theme/templates/authors.html index 7128852..338a086 100644 --- a/cl-theme/templates/authors.html +++ b/cl-theme/templates/authors.html @@ -60,7 +60,7 @@ ('https://conocimientoslibres.tuxfamily.org/pages/librejs.html', _('Algunos programas de JavaScript'),)) %} <ul> {% 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> <h2>{{ _('Miscelánea') }}</h2> |