summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-04-05 17:35:32 +0200
committerfranck cuny <franck@lumberjaph.net>2009-04-05 17:35:32 +0200
commit4711278b0d477acc44cf1b2e3029cdcd33a96fd7 (patch)
tree0cfa4217a97a2cb8f52b0dc2f19473f9f199fa58
parentcheck if permalink already exists, don't do query twice (diff)
downloadintention-cloud-4711278b0d477acc44cf1b2e3029cdcd33a96fd7.tar.gz
fix permalink
-rw-r--r--root/cloud/cloud.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/cloud/cloud.tt b/root/cloud/cloud.tt
index b2b940e..967f3d3 100644
--- a/root/cloud/cloud.tt
+++ b/root/cloud/cloud.tt
@@ -3,7 +3,7 @@
     <div id="contenudroite_cloudcontent">
 		
     <div id="cloudcontent_options">
-        > <a href="[% permalink %]">[% c.localize('permalinkstr') %]</a><br />
+        > <a href="/[% cloud_permalink %]">[% c.localize('permalinkstr') %]</a><br />
     </div>
 
     <div id="cloud">[% cloud %]</div>