google-code-export / bignoze

Automatically exported from code.google.com/p/bignoze
0 stars 0 forks source link

Edit product page - ingredients #459

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, if you list ingredients one item per line as in:

Apples
Vanilla
Sugar
Water
Pectin

This will be displayed as 

Apples Vanilla White Sugar Water Pectin

This can be confusing as to whether it's "vanilla sugar" or vanilla and sugar 
(separate items), and will also make it harder to read if we add things like 
"90% water"

Can the functionality be fixed so that line returns are recognised, and the 
display would be

Ingredients:
Apples
Vanilla
Sugar
Water
Pectin

Original issue reported on code.google.com by Miki...@gmail.com on 25 Jan 2013 at 5:18

GoogleCodeExporter commented 9 years ago
OK

We are now rendering \r (returns) to <br />

and on edit, we revert this back to returns.  (<br /> to \r)

Original comment by Hui....@gmail.com on 25 Jan 2013 at 8:35

GoogleCodeExporter commented 9 years ago

Original comment by Miki...@gmail.com on 28 Jan 2013 at 11:26

GoogleCodeExporter commented 9 years ago

Original comment by Miki...@gmail.com on 6 Feb 2013 at 4:16