[MKDoc-commit] [1.6] structure as_html_blocks: modifier added to the headlines

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Mon Dec 12 13:12:12 GMT 2005


Log Message:
-----------
[1.6] structure as_html_blocks: modifier added to the headlines component
rendering of document descriptions (ie when it's uesd in a whats new rather
than events mode).

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/templates/component/headlines/anon/documents:
        en.html
    mkd/templates/component/headlines/user/documents:
        en.html
    mkd/templates/component/headlines/user_personalized/documents:
        en.html

-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/templates/component/headlines/anon/documents/Attic/en.html,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -Ltemplates/component/headlines/anon/documents/en.html -Ltemplates/component/headlines/anon/documents/en.html -u -r1.1.2.2 -r1.1.2.3
--- templates/component/headlines/anon/documents/en.html
+++ templates/component/headlines/anon/documents/en.html
@@ -54,7 +54,7 @@
           petal:attributes="lang headline/lang; 
                             xml:lang headline/lang; 
                             dir headline/direction;"
-          petal:content="headline/description"
+          petal:content="structure as_html_blocks: headline/description"
         >
           A description of the document.
         </span>
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/templates/component/headlines/user/documents/Attic/en.html,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -Ltemplates/component/headlines/user/documents/en.html -Ltemplates/component/headlines/user/documents/en.html -u -r1.1.2.2 -r1.1.2.3
--- templates/component/headlines/user/documents/en.html
+++ templates/component/headlines/user/documents/en.html
@@ -80,7 +80,7 @@
           petal:attributes="lang headline/lang; 
                             xml:lang headline/lang; 
                             dir headline/direction;"
-          petal:content="headline/description"
+          petal:content="structure as_html_blocks: headline/description"
         >
           A description of the document.
         </span>
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/templates/component/headlines/user_personalized/documents/Attic/en.html,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -Ltemplates/component/headlines/user_personalized/documents/en.html -Ltemplates/component/headlines/user_personalized/documents/en.html -u -r1.1.2.1 -r1.1.2.2
--- templates/component/headlines/user_personalized/documents/en.html
+++ templates/component/headlines/user_personalized/documents/en.html
@@ -68,7 +68,7 @@
           petal:attributes="lang headline/lang; 
                             xml:lang headline/lang; 
                             dir headline/direction;"
-          petal:content="headline/description"
+          petal:content="structure as_html_blocks: headline/description"
         >
           A description of the document.
         </span>


More information about the MKDoc-commit mailing list