[Python-checkins] r43290 - peps/trunk/pep2pyramid.py

david.goodger python-checkins at python.org
Fri Mar 24 13:39:26 CET 2006


Author: david.goodger
Date: Fri Mar 24 13:39:25 2006
New Revision: 43290

Modified:
   peps/trunk/pep2pyramid.py
Log:
fixed accidental deletion

Modified: peps/trunk/pep2pyramid.py
==============================================================================
--- peps/trunk/pep2pyramid.py	(original)
+++ peps/trunk/pep2pyramid.py	Fri Mar 24 13:39:25 2006
@@ -61,7 +61,7 @@
 
 CONTENT_HTML = """\
 <n:invisible n:data="content" n:render="mapping">
-<div id="breadcrumb" n:data="breadcrumb" :render="breadcrumb" />
+<div id="breadcrumb" n:data="breadcrumb" n:render="breadcrumb" />
 <n:slot name="text"></n:slot>
 </n:invisible>
 """


More information about the Python-checkins mailing list