diff --git a/WebApplication/Editor.ascx b/WebApplication/Editor.ascx index 941dfb1..6097c0d 100644 --- a/WebApplication/Editor.ascx +++ b/WebApplication/Editor.ascx @@ -78,7 +78,7 @@ } function insertBreak() { - insertHTML('

'); + insertHTML('

\n'); } function insertList(listTag) {