]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/photo_album.tpl
Merge pull request #12207 from MrPetovan/bug/12187-register-uid-0
[friendica.git] / view / templates / photo_album.tpl
index 653284701d424186ee20d8de85a22bba347b1275..58c7f30ed1d898a651f1bbeac64bdce50b2befb7 100644 (file)
@@ -15,7 +15,7 @@
 <div class="photo-album-image-wrapper" id="photo-album-image-wrapper-{{$photo.id}}">
        <a href="{{$photo.link}}" class="photo-album-photo-link" id="photo-album-photo-link-{{$photo.id}}" title="{{$photo.title}}">
                <img src="{{$photo.src}}" alt="{{if $photo.album.name}}{{$photo.album.name}}{{elseif $photo.desc}}{{$photo.desc}}{{elseif $photo.alt}}{{$photo.alt}}{{else}}{{$photo.unknown}}{{/if}}" title="{{$photo.title}}" class="photo-album-photo lframe resize{{$photo.twist}}" id="photo-album-photo-{{$photo.id}}" />
-               <p class='caption'>{{$photo.desc}}</p>          
+               <p class="caption" dir="auto">{{$photo.desc}}</p>               
        </a>
 </div>
 <div class="photo-album-image-wrapper-end"></div>