[
https://issues.apache.org/jira/browse/VCL-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16122236#comment-16122236
]
ASF subversion and git services commented on VCL-1075:
------------------------------------------------------
Commit 1804717 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1804717 ]
VCL-1075 - Newlines in image description not handled properly under Manage
Images
image.php: modified AJeditResource: added preg_replace for description that
converts <br> to \n
> Newlines in image description not handled properly under Manage Images
> ----------------------------------------------------------------------
>
> Key: VCL-1075
> URL: https://issues.apache.org/jira/browse/VCL-1075
> Project: VCL
> Issue Type: Bug
> Components: web gui (frontend)
> Reporter: Josh Thompson
> Fix For: 2.5
>
>
> Newlines in an image description are converted from "\n" to <br> when stored
> in the database so that they will display correctly on the Reservation page.
> However, when editing the image profile again, they are just displayed
> literally as <br>. The <br> tags should be converted back to "\n" before
> being displayed.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)