Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • docs/users_guide/rtd-theme/layout.html
    ... ... @@ -32,7 +32,7 @@
    32 32
         {%- if css|attr("rel") %}
    
    33 33
           <link rel="{{ css.rel }}" href="{{ pathto(css.filename, 1) }}" type="text/css"{% if css.title is not none %} title="{{ css.title }}"{% endif %} />
    
    34 34
         {%- else %}
    
    35
    -      <link rel="stylesheet" href="{{ pathto(css, 1) }}" type="text/css" />
    
    35
    +      <link rel="stylesheet" href="{{ pathto(css.filename, 1) }}" type="text/css" />
    
    36 36
         {%- endif %}
    
    37 37
       {%- endfor %}
    
    38 38