summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-04-05 21:36:34 +0200
committerfranck cuny <franck@lumberjaph.net>2009-04-05 21:36:34 +0200
commita452afa3aeca9f11c053dd9b0bd468ccdb5ead46 (patch)
tree0417ea77ea502958b9ac0e73b2e5769c1fc46dcb
parentrand for mysql (diff)
downloadintention-cloud-a452afa3aeca9f11c053dd9b0bd468ccdb5ead46.tar.gz
fix
-rw-r--r--root/cloud/cloud.tt16
1 files changed, 7 insertions, 9 deletions
diff --git a/root/cloud/cloud.tt b/root/cloud/cloud.tt
index 8d4de94..8cbdc68 100644
--- a/root/cloud/cloud.tt
+++ b/root/cloud/cloud.tt
@@ -1,15 +1,13 @@
 <div id="wrapper">
-    <div id="contenudroite_cloudtitle">2. [% c.localize('cloudtitle') %] "<i>[% query %]</i>"</div>
-    <div id="contenudroite_cloudcontent">
-		
-    <div id="cloudcontent_options">
-        > <a href="/[% cloud_permalink %]">[% c.localize('permalinkstr') %]</a><br />
-    </div>
-
-    [% IF cloud %] 
+    [% IF cloud %]
+        <div id="contenudroite_cloudtitle">2. [% c.localize('cloudtitle') %] "<i>[% query %]</i>"</div>
+        <div id="contenudroite_cloudcontent">
+            
+        <div id="cloudcontent_options">
+            > <a href="/[% cloud_permalink %]">[% c.localize('permalinkstr') %]</a><br />
+        </div>
         <div id="cloud">[% cloud %]</div>
     [% ELSE %]
         <div id="error">[% no_suggest %]</div>
     [% END %]
-
 </div>
\ No newline at end of file