fixed accidental deletion

This commit is contained in:
David Goodger 2006-03-24 12:39:25 +00:00
parent 663eabbe4a
commit df4634ce75
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ fixpat = re.compile("((https?|ftp):[-_a-zA-Z0-9/.+~:?#$=&,]+)|(pep-\d+(.txt)?)|"
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>
"""