[MKDoc-commit] Added missing : from true

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Mon Jan 24 01:02:13 GMT 2005


Log Message:
-----------
Added missing : from true

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/templates/fragments/head_public:
        en.html
    mkd/templates/metadata:
        rss100sitemap.rdf.xml

-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/templates/fragments/head_public/Attic/en.html,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -Ltemplates/fragments/head_public/en.html -Ltemplates/fragments/head_public/en.html -u -r1.1.2.13 -r1.1.2.14
--- templates/fragments/head_public/en.html
+++ templates/fragments/head_public/en.html
@@ -65,7 +65,7 @@
     title="Document Parent Title"
     type="text/html"
     petal:attributes="href parent_uri; hreflang parent_lang; title parent_title"
-    petal:condition="true parent_uri"
+    petal:condition="true: parent_uri"
   />
   <link
     rel="top"
@@ -74,6 +74,6 @@
     title="Root Document Title"
     type="text/html"
     petal:attributes="href root_uri; hreflang root_lang; title root_title"
-    petal:condition="true root_uri"
+    petal:condition="true: root_uri"
   />
 </head>
Index: rss100sitemap.rdf.xml
===================================================================
RCS file: /var/spool/cvs/mkd/templates/metadata/Attic/rss100sitemap.rdf.xml,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -Ltemplates/metadata/rss100sitemap.rdf.xml -Ltemplates/metadata/rss100sitemap.rdf.xml -u -r1.2.2.1 -r1.2.2.2
--- templates/metadata/rss100sitemap.rdf.xml
+++ templates/metadata/rss100sitemap.rdf.xml
@@ -141,7 +141,7 @@
       in the same order in the XHTML child lists and XHTML sitemap.
 -->
     <thr:children
-      petal:condition="true children">
+      petal:condition="true: children">
      <rdf:Seq
        petal:repeat="self/children">
        <rdf:li 


More information about the MKDoc-commit mailing list