Skip to content

Commit

Permalink
Remove pseudo-link from tooltip paper
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 19, 2024
1 parent 480506b commit 2850432
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions papers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
{% endif %}
{% endfor %}
{% if split_authors.size > max_authors %}
<a href="#" data-toggle="tooltip" title="{% for author in split_authors offset:max_authors %}{{ author }}{% unless forloop.last %}, {% endunless -%}{% endfor %}">[...]</a>
<span data-toggle="tooltip" title="{% for author in split_authors offset:max_authors %}{{ author }}{% unless forloop.last %}, {% endunless -%}{% endfor %}">[...]</span>
{% endif %}
<span class="journal">
{{ product.journal }}
Expand Down Expand Up @@ -173,7 +173,7 @@
{% endif %}
{% endfor %}
{% if split_authors.size > max_authors %}
<a href="#" data-toggle="tooltip" title="{% for author in split_authors offset:max_authors %}{{ author }}{% unless forloop.last %}, {% endunless -%}{% endfor %}">[...]</a>
<span data-toggle="tooltip" title="{% for author in split_authors offset:max_authors %}{{ author }}{% unless forloop.last %}, {% endunless -%}{% endfor %}">[...]</span>
{% endif %}
<span class="journal">
{{ product.journal }}
Expand Down Expand Up @@ -263,7 +263,7 @@
{% endif %}
{% endfor %}
{% if split_authors.size > max_authors %}
<a href="#" data-toggle="tooltip" title="{% for author in split_authors offset:max_authors %}{{ author }}{% unless forloop.last %}, {% endunless -%}{% endfor %}">[...]</a>
<span data-toggle="tooltip" title="{% for author in split_authors offset:max_authors %}{{ author }}{% unless forloop.last %}, {% endunless -%}{% endfor %}">[...]</span>
{% endif %}
<span class="journal">
{{ product.journal }}
Expand Down

0 comments on commit 2850432

Please sign in to comment.