aboutsummaryrefslogtreecommitdiff
path: root/t/test-site/common/document-listing.tt
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2008-01-02 12:50:03 +0000
committerdakkar <dakkar@luxion>2008-01-02 12:50:03 +0000
commit3ca3fc205d3741a86282566fc932f3cc347fc6fb (patch)
treeb9e36492fc14f132617553dc3d5e904a20bf0243 /t/test-site/common/document-listing.tt
parentargh! (diff)
downloadWebCoso-3ca3fc205d3741a86282566fc932f3cc347fc6fb.tar.gz
WebCoso-3ca3fc205d3741a86282566fc932f3cc347fc6fb.tar.bz2
WebCoso-3ca3fc205d3741a86282566fc932f3cc347fc6fb.zip
testing new dir structure
git-svn-id: svn://luxion/repos/WebCoso/trunk@316 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 't/test-site/common/document-listing.tt')
-rw-r--r--t/test-site/common/document-listing.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-site/common/document-listing.tt b/t/test-site/common/document-listing.tt
index ec3adbb..729e08c 100644
--- a/t/test-site/common/document-listing.tt
+++ b/t/test-site/common/document-listing.tt
@@ -1,3 +1,3 @@
[% FOR doc IN tagged.$path %]
-* `<[% doc %]>`_
+[% IF isLang(language,doc) %]* `<[% dstUriFor(doc) %]>`_[% END %]
[% END %]