#6651: django.contrib.comments Manipulators Automatically strip() Whitespace ----------------------------+----------------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new | Component: django.contrib.comments Version: SVN | Keywords: whitespace comments Stage: Unreviewed | Has_patch: 1 ----------------------------+----------------------------------------------- In my opinion, the manipulator should not modify the contents of the comment. When submitting content, currently, the spaces at the beginning and end get pulled off, which is especially annoying when using Markdown, which treats leading whitespace differently (four spaces creates a blockquote).
I suppose it's acceptable to strip all non-content fields (headline, name, etc.), but comment should not be modified. -- Ticket URL: <http://code.djangoproject.com/ticket/6651> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
