Skip to content

Commit

Permalink
Merge pull request #136 from squalx/125_arrow_issue
Browse files Browse the repository at this point in the history
125 arrow issue
  • Loading branch information
m-i-l authored Dec 27, 2023
2 parents db4af4c + 56f689e commit 91b3a91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<div class="col-lg-12">
{% for result in results %}
<div class="search-result sms-b-72">
<h2 class="sms-h2 sms-b-8">
<h2 class="sms-h2 sms-b-8 sms-result-title">
{% if result['contains_adverts'] %}<img src="/static/images/containsadverts44x24.gif" alt="Page contains adverts" class="float-left" style="margin-right: 4px">{% endif %}
<a href="{{ result['url'] }}" class="result-title">
<span class="result-title-txt">{{ result['short_title'] }}</span>
Expand Down

0 comments on commit 91b3a91

Please sign in to comment.