diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-17 01:55:40 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-17 01:55:40 -0400 |
commit | 87fdae2dd8bdb9e01ce3d98f6ea94d83664cb4c2 (patch) | |
tree | 3efef935b0bf8fce131226cee7ee36ba2f53d514 /view/photo_view.tpl | |
parent | 2b06b081d32666ed62e47e7e224c8b4b27d4e9d5 (diff) | |
download | volse-hubzilla-87fdae2dd8bdb9e01ce3d98f6ea94d83664cb4c2.tar.gz volse-hubzilla-87fdae2dd8bdb9e01ce3d98f6ea94d83664cb4c2.tar.bz2 volse-hubzilla-87fdae2dd8bdb9e01ce3d98f6ea94d83664cb4c2.zip |
[fix] whitespace in photo_view and like_noshare. dispy-dark clean up
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/photo_view.tpl')
-rwxr-xr-x | view/photo_view.tpl | 2 |
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> |