[MKDoc-commit] <title> fixed, the macro that someone set it to use doesn't work

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Mon Jan 17 13:40:31 GMT 2005


Log Message:
-----------
<title> fixed, the macro that someone set it to use doesn't work

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/templates/fragments/head_public:
        en.html

-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/templates/fragments/head_public/Attic/en.html,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -Ltemplates/fragments/head_public/en.html -Ltemplates/fragments/head_public/en.html -u -r1.1.2.11 -r1.1.2.12
--- templates/fragments/head_public/en.html
+++ templates/fragments/head_public/en.html
@@ -9,7 +9,9 @@
   xmlns:petal="http://purl.org/petal/1.0/"
   xmlns:metal="http://xml.zope.org/namespaces/metal"
 >
-  <title metal:use-macro="../head/#title">Document Title</title>
+  <title
+    petal:contents="title"
+  >Document Title</title>
   <meta 
     http-equiv="Content-Type" 
     content="text/html; charset=UTF-8" 


More information about the MKDoc-commit mailing list