view templates/minimal/html/_generic.404.html @ 4067:7309ac3b6e24

Uniformly use """...""" instead of '''...''' for comments.
author Stefan Seefeld <stefan@seefeld.name>
date Sun, 22 Feb 2009 19:28:07 +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>

Roundup Issue Tracker: http://roundup-tracker.org/