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/foo/document.it.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/foo/document.it.html')
-rw-r--r-- | t/test-site-output/foo/document.it.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/t/test-site-output/foo/document.it.html b/t/test-site-output/foo/document.it.html index 5a7fe12..f2720d3 100644 --- a/t/test-site-output/foo/document.it.html +++ b/t/test-site-output/foo/document.it.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="it" lang="it"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" lang="it"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Pagina foo</title></head><body><div><h1>Pagina <em>foo</em></h1><p>foo </p></div><div><dl><dt>Categoria 'uno' </dt><dd><ul><li><a href="/bar/baz/">bar-baz italiano @@ -12,11 +12,14 @@ </a> (it | <a href="/bar/baz/en">en</a>) </li></ul></dd><dt>Categoria 'two' -</dt><dd><ul><li><a href="/foo/">Pagina <em>foo</em></a> +</dt><dd><ul><li><a href="/en-only/">document in English +</a> + (<a href="/en-only/en">en</a>) + </li><li><a href="/foo/">Pagina <em>foo</em></a> (it | <a href="/foo/en">en</a>) </li><li><a href="/bar/">bar (generato) </a> (it | <a href="/bar/en">en</a>) </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> |