diff options
| author | Christian Fowler <spider@viovio.com> | 2008-06-26 04:42:37 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2008-06-26 04:42:37 +0000 |
| commit | 4db434af0812696e710f0b6ef7a1adbec2506665 (patch) | |
| tree | a9c7768f445d37323a5f0296f70a5e82310693b7 | |
| parent | 4380c664f115743d5622166a72f89892a1df3a54 (diff) | |
| download | fisheye-4db434af0812696e710f0b6ef7a1adbec2506665.tar.gz fisheye-4db434af0812696e710f0b6ef7a1adbec2506665.tar.bz2 fisheye-4db434af0812696e710f0b6ef7a1adbec2506665.zip | |
whitespace fix
| -rw-r--r-- | templates/view_image.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/view_image.tpl b/templates/view_image.tpl index bba064f..aa49812 100644 --- a/templates/view_image.tpl +++ b/templates/view_image.tpl @@ -30,11 +30,11 @@ {/if} {/if} - {include file=$gLibertySystem->getMimeTemplate('view',$gContent->mInfo.attachment_plugin_guid) attachment=$gContent->mInfo} + {include file=$gLibertySystem->getMimeTemplate('view',$gContent->mInfo.attachment_plugin_guid) attachment=$gContent->mInfo} - {if $gBitSystem->isFeatureActive('fisheye_image_list_description') and $gContent->mInfo.data ne ''} - <p class="description">{$gContent->mInfo.parsed_data}</p> - {/if} + {if $gBitSystem->isFeatureActive('fisheye_image_list_description') and $gContent->mInfo.data ne ''} + <p class="description">{$gContent->mInfo.parsed_data}</p> + {/if} {if $gBitSystem->isFeatureActive( 'site_fancy_zoom' )} </a> |
