Edgewall Software

Changes between Version 78 and Version 79 of TracInterfaceCustomization


Ignore:
Timestamp:
Oct 6, 2014, 8:59:13 AM (10 years ago)
Author:
anatoly techtonik <techtonik@…>
Comment:

drop superfluous type="text/css" from link element

Legend:

Unmodified
Added
Removed
Modified
  • TracInterfaceCustomization

    v78 v79  
    7979  <head py:match="head" py:attrs="select('@*')">
    8080    ${select('*|comment()|text()')}
    81     <link rel="stylesheet" type="text/css"
    82           href="${href.chrome('site/style.css')}" />
     81    <link rel="stylesheet" href="${href.chrome('site/style.css')}" />
    8382  </head>
    8483