diff options
| author | Tyler Bello <tylerbello@users.sourceforge.net> | 2009-05-05 22:34:32 +0000 |
|---|---|---|
| committer | Tyler Bello <tylerbello@users.sourceforge.net> | 2009-05-05 22:34:32 +0000 |
| commit | c5461ce180106f44d1db6938bbbc88c31e81a821 (patch) | |
| tree | 35588c427971273575841810238fd0227ba05801 /templates | |
| parent | d9cfba58e309bce529bb45c0409758cf8745e7b2 (diff) | |
| download | fisheye-c5461ce180106f44d1db6938bbbc88c31e81a821.tar.gz fisheye-c5461ce180106f44d1db6938bbbc88c31e81a821.tar.bz2 fisheye-c5461ce180106f44d1db6938bbbc88c31e81a821.zip | |
whitespace
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/view_image.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/view_image.tpl b/templates/view_image.tpl index fcab085..0fd3fbc 100644 --- a/templates/view_image.tpl +++ b/templates/view_image.tpl @@ -23,11 +23,10 @@ {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$gContent->mInfo} <div class="image"> {include file=$gLibertySystem->getMimeTemplate('view',$gContent->mInfo.attachment_plugin_guid) attachment=$gContent->mInfo.image_file} - {if $gBitSystem->isFeatureActive('fisheye_image_list_description') and $gContent->mInfo.data ne ''} <p class="description">{$gContent->mInfo.parsed_data}</p> {/if} - </div> + </div> </div> <!-- end .body --> {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='view' serviceHash=$gContent->mInfo} |
