mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +00:00
perl and python scrips ../css -> /css
This commit is contained in:
@@ -31,7 +31,7 @@ print $out ("<!DOCTYPE html>
|
||||
<title>$year Expo Logbook</title>
|
||||
<meta name="keywords" content="NOEDIT">
|
||||
</head>
|
||||
<link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/main2.css\" />
|
||||
<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/main2.css\" />
|
||||
<style type=\"text/css\">
|
||||
.tripdate { float: left;}
|
||||
.trippeople { float: right;}
|
||||
@@ -51,7 +51,7 @@ print $triplist ("<!DOCTYPE html>
|
||||
<head>
|
||||
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">
|
||||
<title>Expo $year: trips index</title>
|
||||
<link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/main2.css\">
|
||||
<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/main2.css\">
|
||||
<style type=\"text/css\">
|
||||
tr.nc { font-style: italic }
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user