From 419df38ab656e982fc8f52e53d5647f3a130943a Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Fri, 21 Sep 2012 15:28:21 +0100 Subject: [PATCH] fixed indention --- .../package/snippets/data_preview.html | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/ckan/templates/package/snippets/data_preview.html b/ckan/templates/package/snippets/data_preview.html index f3b550cf904..d1c5c6e471b 100644 --- a/ckan/templates/package/snippets/data_preview.html +++ b/ckan/templates/package/snippets/data_preview.html @@ -1,18 +1,18 @@
- {% if no_preview %} -
- -

{{_('Preview not available')}}

- {{_('No handler defined for data type:')}} {{ resource_type }} -
- {% else %} - {% if embed %} - {# images can be embedded directly #} - - {% else %} - - {% endif %} - {% endif %} + {% if no_preview %} +
+ +

{{_('Preview not available')}}

+ {{_('No handler defined for data type:')}} {{ resource_type }} +
+ {% else %} + {% if embed %} + {# images can be embedded directly #} + + {% else %} + + {% endif %} + {% endif %}