diff options
author | zottel <github@zottel.net> | 2012-03-17 01:49:17 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-03-17 01:49:17 +0100 |
commit | c56e3c5dd4bcbb949282fd3b4c065ccfd4673726 (patch) | |
tree | c4574eae6f2aaf68c50ccc1022944e0e1c45760b /view/theme/dispy/photo_view.tpl | |
parent | ea4c806c5c3adacb6ef585de657e5f34c2e24c98 (diff) | |
parent | 8af36b92bb3a78235f5741c764d034dc66b959b2 (diff) | |
download | volse-hubzilla-c56e3c5dd4bcbb949282fd3b4c065ccfd4673726.tar.gz volse-hubzilla-c56e3c5dd4bcbb949282fd3b4c065ccfd4673726.tar.bz2 volse-hubzilla-c56e3c5dd4bcbb949282fd3b4c065ccfd4673726.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/dispy/photo_view.tpl')
-rw-r--r--[-rwxr-xr-x] | view/theme/dispy/photo_view.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/photo_view.tpl b/view/theme/dispy/photo_view.tpl index 4582751c6..f1209ec58 100755..100644 --- a/view/theme/dispy/photo_view.tpl +++ b/view/theme/dispy/photo_view.tpl @@ -17,7 +17,7 @@ </div> <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> |