[MKDoc-commit] Duplicate attribute deleted to make the template
valid XML
chris at mkdoc.demon.co.uk
chris at mkdoc.demon.co.uk
Thu Oct 21 10:51:33 BST 2004
Log Message:
-----------
Duplicate attribute deleted to make the template valid XML
http://lists.webarch.co.uk/pipermail/mkdoc-dev/2004-October/000135.html
Tags:
----
mkdoc-1-6
Modified Files:
--------------
mkd/templates/editor/timerange:
en.html
-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/templates/editor/timerange/Attic/en.html,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -Ltemplates/editor/timerange/en.html -Ltemplates/editor/timerange/en.html -u -r1.1.2.1 -r1.1.2.2
--- templates/editor/timerange/en.html
+++ templates/editor/timerange/en.html
@@ -195,7 +195,6 @@
id="timerange_from_month"
name="timerange_from_month"
title="Select the start month."
- petal:attributes="name name_to_date; id name_to_date; value self/to_date"
petal:attributes="name name_from_month; id name_from_month"
>
<option value="">Month</option>
@@ -212,7 +211,6 @@
id="timerange_from_day"
name="timerange_from_day"
title="Select the start day."
- petal:attributes="name name_to_date; id name_to_date; value self/to_date"
petal:attributes="name name_from_day; id name_from_day"
>
<option value="">Day</option>
@@ -229,7 +227,6 @@
id="timerange_from_year"
name="timerange_from_year"
title="Select the start year."
- petal:attributes="name name_to_date; id name_to_date; value self/to_date"
petal:attributes="name name_from_year; id name_from_year"
>
<option value="">Year</option>
@@ -248,7 +245,6 @@
id="timerange_from_hour"
name="timerange_from_hour"
title="Select the start hour."
- petal:attributes="name name_to_date; id name_to_date; value self/to_date"
petal:attributes="name name_from_hour; id name_from_hour"
>
<option value="">Hour</option>
@@ -267,7 +263,6 @@
id="timerange_from_minute"
name="timerange_from_minute"
title="Select the start minute."
- petal:attributes="name name_to_date; id name_to_date; value self/to_date"
petal:attributes="name name_from_minute; id name_from_minute"
>
<option value="">Minute</option>
@@ -284,7 +279,6 @@
id="timerange_from_tz"
name="timerange_from_tz"
title="Select the start tz."
- petal:attributes="name name_to_date; id name_to_date; value self/to_date"
petal:attributes="name name_from_tz; id name_from_tz"
>
<option
@@ -321,7 +315,6 @@
id="timerange_to_month"
name="timerange_to_month"
title="Select the start month."
- petal:attributes="name name_to_date; id name_to_date; value self/to_date"
petal:attributes="name name_to_month; id name_to_month"
>
<option value="">Month</option>
@@ -338,7 +331,6 @@
id="timerange_to_day"
name="timerange_to_day"
title="Select the start day."
- petal:attributes="name name_to_date; id name_to_date; value self/to_date"
petal:attributes="name name_to_day; id name_to_day"
>
<option value="">Day</option>
@@ -355,7 +347,6 @@
id="timerange_to_year"
name="timerange_to_year"
title="Select the start year."
- petal:attributes="name name_to_date; id name_to_date; value self/to_date"
petal:attributes="name name_to_year; id name_to_year"
>
<option value="">Year</option>
@@ -374,7 +365,6 @@
id="timerange_to_hour"
name="timerange_to_hour"
title="Select the start hour."
- petal:attributes="name name_to_date; id name_to_date; value self/to_date"
petal:attributes="name name_to_hour; id name_to_hour"
>
<option value="">Hour</option>
@@ -393,7 +383,6 @@
id="timerange_to_minute"
name="timerange_to_minute"
title="Select the start minute."
- petal:attributes="name name_to_date; id name_to_date; value self/to_date"
petal:attributes="name name_to_minute; id name_to_minute"
>
<option value="">Minute</option>
@@ -410,7 +399,6 @@
id="timerange_to_tz"
name="timerange_to_tz"
title="Select the start tz."
- petal:attributes="name name_to_date; id name_to_date; value self/to_date"
petal:attributes="name name_to_tz; id name_to_tz"
>
<option
More information about the MKDoc-commit
mailing list