mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#19009: Textarea shape shouldn't add CR after value.
--HG-- branch : 1.x
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user