[MKDoc-commit] events dates put into seperate <dd>'s

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Fri Dec 17 16:39:30 GMT 2004


Log Message:
-----------
events dates put into seperate <dd>'s

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/templates/component/headlines:
        en.html

-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/templates/component/headlines/Attic/en.html,v
retrieving revision 1.1.2.23
retrieving revision 1.1.2.24
diff -Ltemplates/component/headlines/en.html -Ltemplates/component/headlines/en.html -u -r1.1.2.23 -r1.1.2.24
--- templates/component/headlines/en.html
+++ templates/component/headlines/en.html
@@ -109,7 +109,8 @@
             >
               A description of the event.
             </span>
-            <br />
+          </dd>
+          <dd>
             Starts
             <strong 
               petal:content="timerange/from_datetime/strftime '%B %e, %Y at %H:%M'"
@@ -122,6 +123,8 @@
             > 
              TZ
             </strong>
+          </dd>
+          <dd>
             Ends
             <strong 
               petal:content="timerange/to_datetime/strftime '%B %e, %Y at %H:%M'"
@@ -234,7 +237,8 @@
             >
               A description of the event.
             </span>
-            <br />
+          </dd>
+          <dd>
             Starts
             <strong 
               petal:content="timerange/from_datetime/strftime '%B %e, %Y at %H:%M'"
@@ -247,6 +251,8 @@
             > 
              TZ
             </strong>
+          </dd>
+          <dd>
             Ends
             <strong 
               petal:content="timerange/to_datetime/strftime '%B %e, %Y at %H:%M'"
@@ -345,7 +351,8 @@
           >
             A description of the event.
           </span>
-          <br />
+        </dd>
+        <dd>
           Starts
           <strong 
             petal:content="timerange/from_datetime/strftime '%B %e, %Y at %H:%M'"
@@ -358,6 +365,8 @@
           > 
            TZ
           </strong>
+        </dd>
+        <dd>
           Ends
           <strong 
             petal:content="timerange/to_datetime/strftime '%B %e, %Y at %H:%M'"


More information about the MKDoc-commit mailing list