diff examples/bench/mako/header.html @ 543:0449396999c5 trunk

Replace Myghty by Mako in bigtable benchmark, apply escaping in Mako templates.
author cmlenz
date Thu, 28 Jun 2007 18:12:15 +0000
parents 6b413fbf359a
children
line wrap: on
line diff
--- a/examples/bench/mako/header.html
+++ b/examples/bench/mako/header.html
@@ -1,5 +1,5 @@
 <div id="header">
-  <h1>${title}</h1>
+  <h1>${title | h}</h1>
 </div>
 
 
Copyright (C) 2012-2017 Edgewall Software