diff options
author | Simon <simon@kisikew.org> | 2012-03-13 22:10:02 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-03-13 22:10:02 -0700 |
commit | fb77bfa648c3dd06d1b3f343f5ad98f32a7ce313 (patch) | |
tree | bc2ba3aac0a08c1464718f688be8080d0dff6d2c /view/theme/dispy-dark/photo_view.tpl | |
parent | 4972d7ef6ee740f6eb09d8c7efa9a76ee40973c1 (diff) | |
parent | 975781d3e23e6beb2ac86b191c7c12b7347c1705 (diff) | |
download | volse-hubzilla-fb77bfa648c3dd06d1b3f343f5ad98f32a7ce313.tar.gz volse-hubzilla-fb77bfa648c3dd06d1b3f343f5ad98f32a7ce313.tar.bz2 volse-hubzilla-fb77bfa648c3dd06d1b3f343f5ad98f32a7ce313.zip |
Merge pull request #131 from simonlnu/master
massive work done to both dispys, mostly -dark
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> |