Ticket #7 (Bug)

Opened 2 years ago

Last modified 2 years ago

Space trimming for <p> and </p> removal is a little too zealous

Status: reopened

Reported by: andrep Assigned to: andrep
Priority: Must Fix Milestone:
Component: Markup Keywords:
Cc:

From ewiplayer:

The only bug I can find with it at the moment is that your space trimming is a little too greedy on the back side.

Try the following:

{Markdown}The current date is {bash}date '+%D'{/bash} and the current time is {bash}date '+%T'{/bash} o'clock.{/Markdown}

You'll find that there is no space between the date and the "and" or between the time and the "o'clock".

See http://www.realmacsoftware.com/support/viewtopic.php?id=20281.

Change History

03/19/07 02:08:26: Modified by andrep

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in changeset:66.

03/19/07 02:08:53: Modified by andrep

  • status changed from closed to reopened.
  • resolution deleted.

Oops, not fixed yet -- changeset:66 fixes a separate bug!