Opened 13 years ago
Closed 13 years ago
#4481 closed defect (fixed)
Invalid UL closure in test html.
Reported by: | Jared Jurkiewicz | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | General | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In file:
dojo/tests/back-bookmark.html:
Invalid UL closure:
<ul>
<li>Click on one of the buttons below.</li> <li>Save the resulting URL as a bookmark.</li> <li>Close the browser window, or navigate to a different page.</li> <li>Click on the bookmark to jump to that state in the page</li>
--> </p>
Line 129 is wrong.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | dojo.tests_back-bookmark-20070917.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [10533]) Minor fix. fixes #4481