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 '[EMAIL PROTECTED]' and '[EMAIL PROTECTED]'.  Is all 
this the
expected behaviour?  I guess it isn't.

--drkm



_______________________________________________
emacs-wiki-discuss mailing list
emacs-wiki-discuss@nongnu.org
http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss

Reply via email to