Fixed typo in menu
[clearscm.git] / web / php / clearscm.php
index c26bb5f..e43d016 100644 (file)
@@ -294,8 +294,8 @@ function scm_man ($file) {
 
   $end_of_index          = 0;
   $pre_just_ended = 0;
-  $url            = "/gitweb/?p=.git;a=blob_plain;f=$file;hb=HEAD";
-  $history        = "/gitweb/?p=.git;a=history;f=$file;hb=HEAD";
+  $url            = "/gitweb/?p=clearscm.git;a=blob_plain;f=$file;hb=HEAD";
+  $history        = "/gitweb/?p=clearscm.git;a=history;f=$file;hb=HEAD";
 
   // Now get the output and write it out
   while (!feof ($stdout)) {