Commit 4f4312d6 authored by Andre Malo's avatar Andre Malo
Browse files

recent maf versions take the original url as base url for the pages.

this is not desired.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105489 13f79535-47bb-0310-9956-ffa450edef68
parent ca891e49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;