diff instructions.php @ 40:aeb2ae695722

Fix CSS URL.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Jul 2021 22:43:36 +0300
parents aaadd6c104c3
children
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);