Mercurial > genshi > mirror
annotate examples/includes/skins/default/footer.html @ 378:873ca2a7ec05 trunk
Improve handling of incorrectly nested tags in the HTML parser.
author | cmlenz |
---|---|
date | Thu, 23 Nov 2006 17:41:52 +0000 |
parents | b4d17897d053 |
children |
rev | line source |
---|---|
21
b4d17897d053
* Include paths are now interpreted relative to the path of the including template. Closes #3.
cmlenz
parents:
diff
changeset
|
1 <div id="footer"> |
b4d17897d053
* Include paths are now interpreted relative to the path of the including template. Closes #3.
cmlenz
parents:
diff
changeset
|
2 <hr /> |
b4d17897d053
* Include paths are now interpreted relative to the path of the including template. Closes #3.
cmlenz
parents:
diff
changeset
|
3 <h1>And goodbye</h1> |
b4d17897d053
* Include paths are now interpreted relative to the path of the including template. Closes #3.
cmlenz
parents:
diff
changeset
|
4 </div> |