diff --git a/src/Orchard.Web/Modules/Orchard.Forms/Shapes/EditorShapes.cs b/src/Orchard.Web/Modules/Orchard.Forms/Shapes/EditorShapes.cs index 8da6623c2..fc9a9c92f 100644 --- a/src/Orchard.Web/Modules/Orchard.Forms/Shapes/EditorShapes.cs +++ b/src/Orchard.Web/Modules/Orchard.Forms/Shapes/EditorShapes.cs @@ -245,7 +245,7 @@ namespace Orchard.Forms.Shapes { } Output.Write(select.ToString(TagRenderMode.StartTag)); - Output.WriteLine(Value); + Output.Write(Value); Output.WriteLine(select.ToString(TagRenderMode.EndTag)); }