Allow Double Quotes in Image Filenames
This commit is contained in:
parent
54f9593e51
commit
fccd68fcb5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<div class="content-single notags">
|
||||
{% endif %}
|
||||
<div class="single-image">
|
||||
<img src="{{ $imageurl }}" title="{{ $page }}/{{ $last_page }}" />
|
||||
<img src='{{ $imageurl }}' title="{{ $page }}/{{ $last_page }}" />
|
||||
</div>
|
||||
{% if ($page > 1): %}
|
||||
<a id="link-prev" class="clickable clickable-left" href="/index.php?d={{ $dir }}&so={{ $sort }}&p={{ $prev_page }}&s=1&gs={{ $gallery_slice }}{{ $filter }}">
|
||||
|
|
Loading…
Reference in a new issue