Re: Authorship and formatting fixes on the versioning document I wrote
Alexander Limi <limi-z4DKO/[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.documentation |
|---|---|
| Message-ID | <[email protected]> |
(Adding in Laurence since this seems like it's part of the xdv setup or something in that chain :) On Sun, Feb 14, 2010 at 2:54 PM, Alexander Limi <limi-z4DKO/[email protected]> wrote: > On Sun, Feb 14, 2010 at 1:02 PM, David Siedband <[email protected]>wrote: > >> the formatting on the code sections was somehow damaged in the move. >> (All the code sections are now triple-spaced.) >> > > This is a bug in either the filtering algorithm or reStructuredText > combined with the conversion to HTML of this particular document, I believe. > My current suspicion is that we insert both CR and LF for a new line, and > that it's being shown differently in Firefox than WebKit (check out the > document in Safari, for instance). > Yup, did some more investigation, and seems like this is the case. If you do: wget http://plone.org/documentation/manual/developer-manual/archetypes/appendix-practicals/enabling-versioning-on-your-custom-content-types …and then look at the source, you will see stuff like: <pre><?xml version="1.0"?> <object> <difftypes> Notice the at the end of every line, this is the code for Carriage Return as an HTML entity. Is it possible that this transformation happens as part of the xdv chain? If I do the same wget from the manage.plone.org setup, there's no to be found anywhere. -- Alexander Limi · http://limi.net ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ Plone-docs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plone-docs