]> granicus.if.org Git - apache/commitdiff
recent maf versions take the original url as base url for the pages.
authorAndré Malo <nd@apache.org>
Sat, 16 Oct 2004 18:38:48 +0000 (18:38 +0000)
committerAndré Malo <nd@apache.org>
Sat, 16 Oct 2004 18:38:48 +0000 (18:38 +0000)
this is not desired.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105489 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/maf.xsl

index cee43ce6a56bf4cf5dee83a302cfb7c75e1f2a7f..9a7b9745e9058f1112ce521999f339b317ca8275 100644 (file)
@@ -41,7 +41,7 @@
              xmlns:NC="http://home.netscape.com/NC-rdf#"
              xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">&lf;
   <RDF:Description RDF:about="urn:root">&lf;
-    <MAF:originalurl RDF:resource="http://httpd.apache.org/docs-2.1/{$lang}/" />&lf;
+    <MAF:originalurl RDF:resource="" />&lf;
     <MAF:title RDF:resource="{title}" />&lf;
     <xsl:if test="$date">
         <MAF:archivetime RDF:resource="{$date}" />&lf;