Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonmoura committed Aug 16, 2018
1 parent b22240f commit 57ea665
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/result-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,16 @@
{% block data %}
<!-- title -->
<h3>{% autoescape false %}{{ occ( {'element': doc.ti, separator: ' / '} ) }}{% endautoescape %}</h3>
<!-- author -->
<!-- author -->
<div class="author">
{% if doc.au is defined %}

{% for author in doc.au %}
<a href='{{ constant("SEARCH_URL") }}?lang={{ lang }}&q=au:"{{ author }}"'>{{ author }}</a>{% if loop.last %}.{% else %};{% endif %}
{% endfor %}

{% endif %}
<div>

{% include custom_template("result-inc-source.html") %}

Expand Down

0 comments on commit 57ea665

Please sign in to comment.