diff options
author | dakkar <dakkar@luxion> | 2009-01-08 16:34:23 +0000 |
---|---|---|
committer | dakkar <dakkar@luxion> | 2009-01-08 16:34:23 +0000 |
commit | 74927a08f548ed3ce6bc330ddce605abb9a02a07 (patch) | |
tree | 1b4e82fdaa6cc8f43a51e0bd22649fc00bce52e7 /t/test-site-output/bar/baz/document.en.html | |
parent | e pure i feed multilnigua (diff) | |
download | WebCoso-74927a08f548ed3ce6bc330ddce605abb9a02a07.tar.gz WebCoso-74927a08f548ed3ce6bc330ddce605abb9a02a07.tar.bz2 WebCoso-74927a08f548ed3ce6bc330ddce605abb9a02a07.zip |
aggirato il problema dei titoli che in alcune lingue non esistono
git-svn-id: svn://luxion/repos/WebCoso/trunk@407 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 't/test-site-output/bar/baz/document.en.html')
-rw-r--r-- | t/test-site-output/bar/baz/document.en.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/t/test-site-output/bar/baz/document.en.html b/t/test-site-output/bar/baz/document.en.html index 7621bb1..93628a2 100644 --- a/t/test-site-output/bar/baz/document.en.html +++ b/t/test-site-output/bar/baz/document.en.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wc="http://webcoso.thenautilus.net/" xml:lang="en" lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>bar-baz english </title></head><body><div><h1>bar-baz english </h1><p>sticaz @@ -15,7 +15,10 @@ </a> (<a href="/bar/baz/it">it</a> | en) </li></ul></dd><dt>Category 'two' -</dt><dd><ul><li><a href="/foo/">foo page +</dt><dd><ul><li><a href="/en-only/">document in English +</a> + (en) + </li><li><a href="/foo/">foo page </a> (<a href="/foo/it">it</a> | en) </li><li><a href="/bar/">bar (from template) @@ -23,4 +26,4 @@ (<a href="/bar/it">it</a> | en) </li></ul></dd></dl></div><div> Creato: 1970-01-01 00:00:00 - Ultima modifica: 2008-10-01 13:11:30</div></body></html> + Ultima modifica: 2009-01-08 16:24:24</div></body></html> |