~ztk-steering-group/zope.pagetemplate/trunk

« back to all changes in this revision

Viewing changes to src/zope/pagetemplate/tests/input/checkpathnothing.html

  • Committer: srichter
  • Date: 2013-02-22 16:57:41 UTC
  • Revision ID: svn-v4:62d5b8a3-27da-0310-9561-8e5933582275:zope.pagetemplate/trunk:129671
Moved to GitHub.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
<body>
3
 
<head>
4
 
   <title tal:content="path:nothing">Hello World!</title>
5
 
</head>
6
 
</body>
7
 
</html>