The title under the revisions appears to have removed the space between the two words adminfiles and to. If you look at the original title, there is clearly a space there.

Not really an issue, just a small bug which is easily fixable.

link|improve this question

78% accept rate
Yea, the source is django-adminfiles<span class="diff-delete">to</span> – o.k.w Feb 14 '10 at 4:16
feedback

1 Answer

up vote 2 down vote accepted

Original:

How can I get my django-adminfiles to render the uploads?

Revised:

How can do I get my make markdown play nice with django-adminfilesto render the uploads?

End result shows the strike out of "to render the uploads" leaving you correctly with no space between "adminfiles" and "?". It's getting rid of that and bunching up the left over characters.

You'll notice it doesn't ever bother to strike out a space, so this would appear to be by economical design.

If the revision was to accommodate that strange behaviour of leaving a space before any punctuation marks, then you'd probably see that space still there.

link|improve this answer
1  
Makes sense, but is still a little visually awkward. – Cyclone Feb 16 '10 at 20:46
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged