]> git.sesse.net Git - wloh/blobdiff - www/index.pl
Make lnnks relative, in preparation for multi-language support.
[wloh] / www / index.pl
index 0e8a5a16dcf5d4ce753469fc56b5b73873a0b5c7..54c0b716461593b5a2d155e53d5118b9c1b91219 100755 (executable)
@@ -334,7 +334,7 @@ sub print_header {
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="no">
   <head>
     <title>$title</title>
-    <link rel="stylesheet" href="/style" type="text/css" />
+    <link rel="stylesheet" href="style" type="text/css" />
   </head>
   <body>
 EOF
@@ -424,7 +424,7 @@ EOF
 
        print <<"EOF";
     <p style="clear: both; padding-top: 1em;">Under er en variant som tar relativ spillestyrke med i beregningen;
-      se <a href="/rating">ratingsiden</a>.</p>
+      se <a href="rating">ratingsiden</a>.</p>
 EOF
 
        make_table($aux_parms, $match_stddev, $lowest_division, \%ratings, $cov, $division, $subdivision);