Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
When you set Description for a Document Type, how do you put a line break?
In Umbraco 4 a line break is turned to <br>, but in Umbraco 7 it is not. I tried putting <br> but it prints <br> instead of a line break.
Hi Hardi
Hmm, if I'm not mistaken it should not be neccesary to do the stuff in v7 - You should simply just hit enter to make a line-break - Does that not work?
/Jan
No this is currently an open bug. We'll get it fixed in 7.2.0.
If you look at the Pull Request linked here then you can do it in your current install by just altering an html file:
http://issues.umbraco.org/issue/U4-5586
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Put line break in Document Type Description
When you set Description for a Document Type, how do you put a line break?
In Umbraco 4 a line break is turned to <br>, but in Umbraco 7 it is not. I tried putting <br> but it prints <br> instead of a line break.
Hi Hardi
Hmm, if I'm not mistaken it should not be neccesary to do the
stuff in v7 - You should simply just hit enter to make a line-break - Does that not work?
/Jan
No this is currently an open bug. We'll get it fixed in 7.2.0.
If you look at the Pull Request linked here then you can do it in your current install by just altering an html file:
http://issues.umbraco.org/issue/U4-5586
is working on a reply...