Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6da893c authored by Adam Tauber's avatar Adam Tauber
Browse files

[fix] html attribute quote

parent 0d80d5d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<div class="image_result">
    <p>
        <a href="{{ result.img_src }}"><img src="{{ result.img_src }}" title={{ result.title }}/></a>
        <a href="{{ result.img_src }}"><img src="{{ result.img_src }}" title="{{ result.title }}"/></a>
        <span class="url"><a href="{{ result.url }}" class="small_font">original context</a></span>
    </p>
</div>