emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] Task list is now a paragraph in XHTML


From: drkm
Subject: [emacs-wiki-discuss] Task list is now a paragraph in XHTML
Date: Sun, 11 Sep 2005 00:12:04 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (windows-nt)

  Hi

  I just installed the latest version of Muse and PlannerMuse.
Before, the task list became a 'UL' list in XHTML, each task
being a 'LI'.  Now, I have a 'P' for the list, tasks being no
longer marked up (only an anchor on the beginning of the task).
For example:

    <ul>
    <li><div class="task_"><span class="taskA">A _ </span> Description 1
      (<a href="PlanPage.html">PlanPage</a>)</div></li>
    <li><div class="taskX"><span class="taskB">B X </span> Description 2
      (<a href="PlanPage.html">PlanPage</a>)</div></li>
    </ul>

is now:

    <p><a name="A" id="A"></a>
    _ Description 1 (<a href="PlanPage.html">PlanPage</a>)
    <a name="B" id="B"></a>
    X Description 2 (<a href="PlanPage.html">PlanPage</a>)</p>

  Note the invalid use of 'address@hidden' and 'address@hidden'.  Is all this 
the
expected behaviour?  I guess it isn't.

--drkm





reply via email to

[Prev in Thread] Current Thread [Next in Thread]