[Repoze-checkins] r1371 - repoze.bfg/trunk/docs/narr

Paul Everitt paul at agendaless.com
Fri Jul 18 10:31:06 EDT 2008


Author: Paul Everitt <paul at agendaless.com>
Date: Fri Jul 18 10:31:06 2008
New Revision: 1371

Log:
Fix the highlighting directive for ZCML

Modified:
   repoze.bfg/trunk/docs/narr/templates.rst

Modified: repoze.bfg/trunk/docs/narr/templates.rst
==============================================================================
--- repoze.bfg/trunk/docs/narr/templates.rst	(original)
+++ repoze.bfg/trunk/docs/narr/templates.rst	Fri Jul 18 10:31:06 2008
@@ -24,9 +24,9 @@
   from repoze.bfg.template import render_template
   render_template('templates/foo.html', foo=1, bar=2)
 
-You can also wire up page templates via ZCML::
+You can also wire up page templates via ZCML:
 
-.. code-block:: xml
+.. sourcecode:: xml
 
   <bfg:view
       for=".models.IMapping"


More information about the Repoze-checkins mailing list