Mercurial > p > roundup > code
view templates/minimal/html/_generic.404.html @ 4049:c9a8a47c4666
Do not try to create empty nodes with a negative ID.
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Thu, 19 Feb 2009 20:00:44 +0000 |
| parents | dd00c917fc40 |
| children |
line wrap: on
line source
<html> <head> <title>Item Not Found</title> </head> <body> There is no <span tal:content="context/_classname" /> with id <span tal:content="context/id"/> </body> </html>
