New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #10641 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

Trac pages for some tickets are not well-formed

Reported by: vinc17@… Owned by: wsiegrist@…
Priority: Normal Milestone:
Component: server/hosting Version:
Keywords: Cc:
Port:

Change History

Changed 5 years ago by kvv@…

  • status changed from new to assigned

Changed 5 years ago by vinc17@…

Any news? Now it seems that all pages are not well-formed. There are at least the following problems:

* At the end of an img tag, one has \> instead of />.

* A closing </p> is missing for "Source Code".

* One has a <br / --> instead of <br />.

Changed 5 years ago by nox@…

  • priority changed from Not set to Normal
  • summary changed from trac pages for some tickets are not well-formed to Trac pages for some tickets are not well-formed

Changed 4 years ago by wsiegrist@…

  • status changed from assigned to new
  • owner changed from kvv@… to wsiegrist@…

Stealing kvv's tickets... The specific problems mentioned in the previous comment have been fixed but the tickets still have mangled html. I'll investigate further.

Changed 4 years ago by wsiegrist@…

  • status changed from new to assigned

Changed 4 years ago by wsiegrist@…

This is due to the comment system processing Wiki macros. If you're going to put non-alphanumerics in, you need to wrap them in { { { } } } (without the spaces). And also see the wiki format documentation for what to avoid and how to make preformatted text blocks:

 WikiFormatting

Changed 4 years ago by wsiegrist@…

  • status changed from assigned to closed
  • resolution set to fixed

I did some rough search/replace on the tickets mentioned.

Note: See TracTickets for help on using tickets.