Tried to fix a bug, Daniel
authorDaniel Veillard <veillard@src.gnome.org>
Thu, 24 Oct 2002 14:05:45 +0000 (14:05 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Thu, 24 Oct 2002 14:05:45 +0000 (14:05 +0000)
doc/search.php

index f7d03f1..aabd543 100644 (file)
@@ -311,7 +311,7 @@ A:link, A:visited, A:active { text-decoration: underline }
                            $id = mysql_result($result, $i, 2);
                            $module = mysql_result($result, $i, 3);
                            $desc = mysql_result($result, $i, 4);
-                           $url = "XSLT/$module";
+                           $url = "$module";
                            if ($id != "") {
                                $url = $url + "#$id";
                            }