diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-14 01:05:08 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-14 01:05:08 -0400 |
commit | 975781d3e23e6beb2ac86b191c7c12b7347c1705 (patch) | |
tree | 62ee6d6f1e983c4003e170eed41d4fd495f50b17 /view/theme/dispy-dark/photo_view.tpl | |
parent | a2073bcfc05abadc3e967f40c66d1fa674bba0d3 (diff) | |
download | volse-hubzilla-975781d3e23e6beb2ac86b191c7c12b7347c1705.tar.gz volse-hubzilla-975781d3e23e6beb2ac86b191c7c12b7347c1705.tar.bz2 volse-hubzilla-975781d3e23e6beb2ac86b191c7c12b7347c1705.zip |
massive work done to both dispys, mostly -dark
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy-dark/photo_view.tpl')
-rw-r--r-- | view/theme/dispy-dark/photo_view.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy-dark/photo_view.tpl b/view/theme/dispy-dark/photo_view.tpl index 4582751c6..f1209ec58 100644 --- a/view/theme/dispy-dark/photo_view.tpl +++ b/view/theme/dispy-dark/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> |