have consistent look and feel. part 2.
[privoxy.git] / doc / webserver / actions / step3.php
index beb84e6..0a1003d 100644 (file)
@@ -9,9 +9,12 @@ error_reporting(E_NONE);
 //              This file belongs in
 //              ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 //
-//  $Id: step3.php,v 1.1 2002/03/30 03:20:30 oes Exp $
+//  $Id: step3.php,v 1.2 2002/03/30 19:49:34 swa Exp $
 //
 //  $Log: step3.php,v $
+//  Revision 1.2  2002/03/30 19:49:34  swa
+//  have consistent look and feel
+//
 //  Revision 1.1  2002/03/30 03:20:30  oes
 //  Added Feedback mechanism for actions file
 //
@@ -52,8 +55,8 @@ if (!isset($referrer_url))
            <link rel=\"stylesheet\" type=\"text/css\" href=\"../p_web.css\">
                </head>
                 <body><h2>Invalid Feedback Submission</h2>
-                      <p>When submitting your feedback please start with
-                         <a href=\"test.php\">step 1</a>.</p>
+                      <p>When submitting your feedback, please start with
+                         <a href=\"index.php\">step 1</a>.</p>
                  </body>
           </html>");
    exit; 
@@ -69,7 +72,7 @@ if (!isset($problem))
                </head>
                 <body><h2>Invalid Feedback Submission</h2>
                       <p>You need to select the nature of the problem in
-                         <a href=\"test.php\">step 1</a>.</p>
+                         <a href=\"index.php\">step 1</a>.</p>
                  </body>
           </html>");
    exit;