Edgewall Software

Changes between Version 50 and Version 51 of TracInterfaceCustomization


Ignore:
Timestamp:
Apr 30, 2008, 8:52:32 AM (16 years ago)
Author:
Christian Boos
Comment:

Fixed example site.html so that the py:match on the <head> contains a ${select('*|comment()|text()')}, as described in ticket:3674#comment:23

Legend:

Unmodified
Added
Removed
Modified
  • TracInterfaceCustomization

    v50 v51  
    7070  <!--! Add site-specific style sheet -->
    7171  <head py:match="head" py:attrs="select('@*')">
    72     ${select('*')}
     72    ${select('*|comment()|text()')}
    7373    <link rel="stylesheet" type="text/css"
    7474          href="${href.chrome('site/style.css')}" />