r1418: Our template was missing these slashes
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 25 Feb 2007 18:54:37 +0000 (18:54 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 25 Feb 2007 18:54:37 +0000 (18:54 +0000)
docs/datatools.php
install/settings.php

index 4fe972ad430c85c2e4e4ddf733a0f5712aae73cf..9766dfbee5d614636a3c55040faf3774cf050c52 100644 (file)
@@ -171,7 +171,7 @@ if ($_REQUEST['do'] == 'settings')
 {
        $fout = <<<FILE
 <?php
-/*=====================================================================*
+/*=====================================================================*\
 || ###################################################################
 || # Bugdar [#]version[#]
 || # Copyright ©2002-[#]year[#] Blue Static
@@ -206,7 +206,7 @@ FILE;
 
 );
 
-/*=====================================================================*
+/*=====================================================================*\
 || ###################################################################
 || # \$HeadURL: \$
 || # \$Id: \$
index 0e6d2d2ba79bc1bb8f70363db14958f7b84d19c6..093e79d0affcdbcf38d0a9eea7c10992d6dfcaf1 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*=====================================================================*
+/*=====================================================================*\
 || ###################################################################
 || # Bugdar [#]version[#]
 || # Copyright ©2002-[#]year[#] Blue Static
@@ -53,7 +53,7 @@ $settings = array(
        'redirectheaders' => '0',
 );
 
-/*=====================================================================*
+/*=====================================================================*\
 || ###################################################################
 || # $HeadURL$
 || # $Id$