aboutsummaryrefslogtreecommitdiffstats
path: root/view/photo_view.tpl
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-16 23:05:37 -0700
committerSimon <simon@kisikew.org>2012-03-16 23:05:37 -0700
commit2785bb413e4d84e93cb132c0492d79702ae1de90 (patch)
tree3efef935b0bf8fce131226cee7ee36ba2f53d514 /view/photo_view.tpl
parent4a6f114ec008002f439214aac1d006d8db4051ac (diff)
parent87fdae2dd8bdb9e01ce3d98f6ea94d83664cb4c2 (diff)
downloadvolse-hubzilla-2785bb413e4d84e93cb132c0492d79702ae1de90.tar.gz
volse-hubzilla-2785bb413e4d84e93cb132c0492d79702ae1de90.tar.bz2
volse-hubzilla-2785bb413e4d84e93cb132c0492d79702ae1de90.zip
Merge pull request #145 from simonlnu/master
[fix] whitespace in photo_view and like_noshare. dispy-dark clean up
Diffstat (limited to 'view/photo_view.tpl')
-rwxr-xr-xview/photo_view.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/photo_view.tpl b/view/photo_view.tpl
index 5dbcabadf..732caf690 100755
--- a/view/photo_view.tpl
+++ b/view/photo_view.tpl
@@ -14,7 +14,7 @@
<div id="photo-photo"><a href="$photo.href" title="$photo.title"><img src="$photo.src" /></a></div>
{{ if $nextlink }}<div id="photo-next-link"><a href="$nextlink.0">$nextlink.1</a></div>{{ endif }}
<div id="photo-photo-end"></div>
-<div id="photo-caption" >$desc</div>
+<div id="photo-caption">$desc</div>
{{ if $tags }}
<div id="in-this-photo-text">$tags.0</div>
<div id="in-this-photo">$tags.1</div>