diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-16 13:31:59 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-16 13:31:59 -0400 |
commit | 7b15f27ba48f5a1b0e24290379e2524796776803 (patch) | |
tree | 12b873f7c8a507b4d348369079dd5e3c614272ec /view/theme/dispy/photo_view.tpl | |
parent | a8c1cbc65592b58beb2042defa476acdd27fe8fd (diff) | |
download | volse-hubzilla-7b15f27ba48f5a1b0e24290379e2524796776803.tar.gz volse-hubzilla-7b15f27ba48f5a1b0e24290379e2524796776803.tar.bz2 volse-hubzilla-7b15f27ba48f5a1b0e24290379e2524796776803.zip |
weee, dispys get another update
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
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> |