I am using Kostache, Kohana and CKEditor for my website. In the database some of the tables are readonly, the content is coming from some other site. My issue is that, I need to show a new line wherever enter is given in the content. In current situation, all content comes in one line without any break
example: Input/Expected Output: "This is the text.
This is the new Text."
Current Output: "This is the text. This is the new Text."
Is there any solution for this..