diff options
author | Jesús <heckyel@hyperbola.info> | 2019-11-19 12:08:44 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-11-19 12:08:44 -0500 |
commit | 42b3c981a9dd05c068e709c8faa4f67ce4747904 (patch) | |
tree | 1741537f44064dba179fc0931466be1956fd5928 | |
parent | b022ee2276273ca571aad4d0c4582612e2f015cf (diff) | |
download | cl-42b3c981a9dd05c068e709c8faa4f67ce4747904.tar.lz cl-42b3c981a9dd05c068e709c8faa4f67ce4747904.tar.xz cl-42b3c981a9dd05c068e709c8faa4f67ce4747904.zip |
fix URL in credits
-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> |