diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-01 13:12:15 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-01 13:12:15 +0200 |
commit | 15ba0ef5d0bbfed0174c9b9360ebf6f912c90e80 (patch) | |
tree | dd1b94ffba14d639f898799e192c40b73ceda67d /view/theme/diabook-aerith/jot.tpl | |
parent | bc283f7c5df4b848a6a96db07450af011f03c515 (diff) | |
download | volse-hubzilla-15ba0ef5d0bbfed0174c9b9360ebf6f912c90e80.tar.gz volse-hubzilla-15ba0ef5d0bbfed0174c9b9360ebf6f912c90e80.tar.bz2 volse-hubzilla-15ba0ef5d0bbfed0174c9b9360ebf6f912c90e80.zip |
various bugfixes and css-fixes
Diffstat (limited to 'view/theme/diabook-aerith/jot.tpl')
-rwxr-xr-x | view/theme/diabook-aerith/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook-aerith/jot.tpl b/view/theme/diabook-aerith/jot.tpl index 5ef723d72..59066a19c 100755 --- a/view/theme/diabook-aerith/jot.tpl +++ b/view/theme/diabook-aerith/jot.tpl @@ -34,7 +34,7 @@ <div id="profile-video-wrapper" style="display: $visitor;" > <a id="profile-video" class="video2" title="$video" onclick="jotVideoURL();return false;"></a> </div> - <div id="profile-audio-wrapper" style="/*display: $visitor;*/" > + <div id="profile-audio-wrapper" style="display: $visitor;" > <a id="profile-audio" class="audio2" title="$audio" onclick="jotAudioURL();return false;"></a> </div> <div id="profile-location-wrapper" style="display: $visitor;" > |