summaryrefslogtreecommitdiff
path: root/templates/list.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-01-05 08:31:22 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-01-05 08:31:22 +0000
commit3a4bc0f1289984fcc3af5df55d462f5b6c987561 (patch)
tree33db47e0669ed1679421c5c93c86d5e9724c85e8 /templates/list.tpl
parentbfbddce0b2152541551b733251b702526b01008f (diff)
downloadpigeonholes-3a4bc0f1289984fcc3af5df55d462f5b6c987561.tar.gz
pigeonholes-3a4bc0f1289984fcc3af5df55d462f5b6c987561.tar.bz2
pigeonholes-3a4bc0f1289984fcc3af5df55d462f5b6c987561.zip
searched for .title} .description} and .data} and added |escape where appropriate (i hope). might have misinterpreted a situation or two, so please keep a lookout...
Diffstat (limited to 'templates/list.tpl')
-rw-r--r--templates/list.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list.tpl b/templates/list.tpl
index 7700338..37ff9a3 100644
--- a/templates/list.tpl
+++ b/templates/list.tpl
@@ -36,7 +36,7 @@
</div>
{/if}
<h2>{$item.display_link}</h2>
- {$item.data}
+ {$item.data|escape}
{include file="bitpackage:pigeonholes/view_structure_inc.tpl" subtree=$item.subtree no_details=true}
<hr />
{foreachelse}