Take the community feedback survey now.
                AI OnAI Off
            
        Take the community feedback survey now.
 
                
	[EPiServer.PlugIn.PageDefinitionTypePlugIn(DisplayName = "CustomLongString")]
	public class CustomLongString : PropertyLongString
	{
		public CustomLongString()
		{			
		}
	
		public override string ToWebString()
		{
			return base.ToWebString().Replace("\n", "
");;
		}
	}
                        