Author: sebb
Date: Fri Feb 26 16:05:34 2016
New Revision: 1732509

URL: http://svn.apache.org/viewvc?rev=1732509&view=rev
Log:
ATTIC-149 - Missing styles and content in https
Partial fix - use site-relative links where possible

Modified:
    attic/site/xdocs/stylesheets/site.vsl

Modified: attic/site/xdocs/stylesheets/site.vsl
URL: 
http://svn.apache.org/viewvc/attic/site/xdocs/stylesheets/site.vsl?rev=1732509&r1=1732508&r2=1732509&view=diff
==============================================================================
--- attic/site/xdocs/stylesheets/site.vsl (original)
+++ attic/site/xdocs/stylesheets/site.vsl Fri Feb 26 16:05:34 2016
@@ -344,13 +344,13 @@ href="$title.getAttributeValue("href")">
 #if ($root.getAttributeValue("id") == "closer")
 #set ($is_dynpage = 1)
 #end
-       <link rel="stylesheet" 
href="http://attic.apache.org/style/compressed.css"; type="text/css" 
media="screen, projection"/>
-       <link rel="stylesheet" href="http://attic.apache.org/style/style.css"; 
type="text/css" media="screen, projection"/>
-       <link rel="stylesheet" href="http://attic.apache.org/style/attic.css"; 
type="text/css" media="screen, projection"/>
+       <link rel="stylesheet" href="/style/compressed.css" type="text/css" 
media="screen, projection"/>
+       <link rel="stylesheet" href="/style/style.css" type="text/css" 
media="screen, projection"/>
+       <link rel="stylesheet" href="/style/attic.css" type="text/css" 
media="screen, projection"/>
 #if ($is_dynpage == 1)
-       <!--[[]if IE]><link rel="stylesheet" 
href="http://attic.apache.org/style/ie.css"; type="text/css" media="screen, 
projection"/><![[]endif]-->
+       <!--[[]if IE]><link rel="stylesheet" href="/style/ie.css" 
type="text/css" media="screen, projection"/><![[]endif]-->
 #else
-       <!--[if IE]><link rel="stylesheet" 
href="http://attic.apache.org/style/ie.css"; type="text/css" media="screen, 
projection"/><![endif]-->
+       <!--[if IE]><link rel="stylesheet" href="/style/ie.css" type="text/css" 
media="screen, projection"/><![endif]-->
 #end
 #set ($atoms = $root.getChild("properties").getChildren("atom"))
 #foreach ( $atom in $atoms )


Reply via email to