You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/09/05 04:47:45 UTC

cvs commit: httpd-2.0/docs/manual/style/xsl maf.xsl

nd          2004/09/04 19:47:45

  Modified:    docs/manual/style/xsl Tag: APACHE_2_0_BRANCH maf.xsl
  Log:
  fix base URL
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.2   +1 -1      httpd-2.0/docs/manual/style/xsl/maf.xsl
  
  Index: maf.xsl
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/xsl/maf.xsl,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -u -r1.1.2.1 -r1.1.2.2
  --- maf.xsl	5 Sep 2004 02:37:39 -0000	1.1.2.1
  +++ maf.xsl	5 Sep 2004 02:47:45 -0000	1.1.2.2
  @@ -40,7 +40,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/" />&lf;
  +    <MAF:originalurl RDF:resource="http://httpd.apache.org/docs-2.0/" />&lf;
       <MAF:title RDF:resource="{title}" />&lf;
       <xsl:if test="$date">
           <MAF:archivetime RDF:resource="{$date}" />&lf;