summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-10-24 14:05:45 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-10-24 14:05:45 +0000
commit272ea49e696bda73557d3a8337201e08aefe00f1 (patch)
tree41c82bc50cbfeba1aa65691932dc8da5e200975a /doc
parent8c802f796ee7143debdecf1e71e84e618e060522 (diff)
downloadlibxslt-272ea49e696bda73557d3a8337201e08aefe00f1.tar.gz
libxslt-272ea49e696bda73557d3a8337201e08aefe00f1.tar.bz2
libxslt-272ea49e696bda73557d3a8337201e08aefe00f1.zip
Tried to fix a bug, Daniel
Diffstat (limited to 'doc')
-rw-r--r--doc/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/search.php b/doc/search.php
index f7d03f1a..aabd543c 100644
--- a/doc/search.php
+++ b/doc/search.php
@@ -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";
}