diff msitegen.inc.php @ 524:bf2c50cb9dc9

Move stylesheets to css/ subdirectory.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Dec 2013 21:20:31 +0200
parents d2a38070e18f
children 12726b4be750
line wrap: on
line diff
--- a/msitegen.inc.php	Mon Dec 09 21:16:48 2013 +0200
+++ b/msitegen.inc.php	Mon Dec 09 21:20:31 2013 +0200
@@ -628,7 +628,7 @@
 function cmPrintCSSLine($uri, $media = "")
 {
   echo
-    "  <link rel=\"stylesheet\" href=\"".$uri.
+    "  <link rel=\"stylesheet\" href=\"css/".$uri.
     "\" type=\"text/css\" ".($media != "" ? "media=\"".$media."\"": "")." />\n";
 }