changeset 40:aeb2ae695722

Fix CSS URL.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Jul 2021 22:43:36 +0300
parents 0fd29e5207d0
children 11e31df42560
files instructions.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/instructions.php	Sun Apr 25 02:59:29 2021 +0300
+++ b/instructions.php	Tue Jul 06 22:43:36 2021 +0300
@@ -1,7 +1,7 @@
 <?
 require "mgeneric.inc.php";
 
-$pageCSS = "/css/docs4.css";
+$pageCSS = "/docs.css";
 $pageTitle = "Alloy combo information submission instructions";
 cmPrintPageHeader($pageTitle);