Changes between Version 11 and Version 12 of EggCookingTutorial/AdvancedEggCooking2


Ignore:
Timestamp:
Jan 25, 2006, 1:07:13 AM (18 years ago)
Author:
villaume@…
Comment:

fixed the Markup line. (wups!)

Legend:

Unmodified
Added
Removed
Modified
  • EggCookingTutorial/AdvancedEggCooking2

    v11 v12  
    115115    def get_navigation_items(self, req):
    116116        yield 'mainnav', 'helloworld', Markup('<a href="%s">Hello</a>',
    117                                          escape(self.env.href.helloworld())
     117                                         self.env.href.helloworld())
    118118       
    119119    # IRequestHandler methods