Quote:
Originally Posted by Chuck S Line break where? We should properly add line breaks in comments or descriptions look at the convert_returns function in pp-inc.php
I will have to reread this post but from what I have seen thus far this was never some issue we had in the code as we where able to post the same text without issue so if we need to revisit this discussion let me know. I do not see where we changed anything or recommended changing anything.
Removing one of the break tags in the function I noted might help you |
Hi-
I don't know what edits you made, but you fixed this issue previously in response to this thread. I'll tinker with that php file you mentioned and see if that resolves it. If you happen to remember what changes you made to fix this previously, please let me know! Unfortunately, you didn't specifiy the exact changes when you made them in response to this thread, so I'm unable to be more specific. Perhaps they were done custom for my site and not included in the general release, so that they are removed when a certain file is overwritten with a new version update or something?
The code I pasted in my last post was how a list created within the editor appears on a "View Source" output when viewing a product upload page in Internet Explorer. Two line breaks are added after each list element, making the spacing between elements unusually large and it makes lists look poor.
Update: In fact, in looking at view source, the content of the product upload has two line breaks after each and every line, making an extra line break everywhere on the page, not just list elements. You just happen to notice it more on list elements because those should normally appear without any line breaks.