annotate examples/bench/genshi_text/header.txt @ 844:0af77f663a65

Fix two instances of using None, which would cause an AttributeError. Submitted by: Jon Nelson
author jruigrok
date Mon, 29 Jun 2009 09:33:02 +0000
parents 7145e4eba2ec
children
rev   line source
592
7145e4eba2ec Add a new syntax for text templates, which is available alongside the old syntax for now. The new syntax is more poweful and flexible, using Django-style directive notation.
cmlenz
parents:
diff changeset
1 <div id="header">
7145e4eba2ec Add a new syntax for text templates, which is available alongside the old syntax for now. The new syntax is more poweful and flexible, using Django-style directive notation.
cmlenz
parents:
diff changeset
2 <h1>${escape(title)}</h1>
7145e4eba2ec Add a new syntax for text templates, which is available alongside the old syntax for now. The new syntax is more poweful and flexible, using Django-style directive notation.
cmlenz
parents:
diff changeset
3 </div>
Copyright (C) 2012-2017 Edgewall Software