Ticket #213 (closed defect: fixed)

Opened 20 months ago

Last modified 20 months ago

blog: pre tag

Reported by: JensDiemer Owned by: JensDiemer
Priority: trivial Milestone: v0.8.5
Component: other Keywords: blog
Cc:

Description (last modified by JensDiemer) (diff)

It's not a good idea to use the <pre> tag for render the blog comments.

The comments should use fallback_markup() But we should convert " http://" address into real href links...

Change History

Changed 20 months ago by JensDiemer

  • status changed from new to assigned
  • owner set to JensDiemer

Quick work-a-round: Add this into your global CSS:

.blog pre {
  white-space:normal;
}

Changed 20 months ago by JensDiemer

  • description modified (diff)

Changed 20 months ago by JensDiemer

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

implemented in changeset:1709

Note: See TracTickets for help on using tickets.