Commit 4639aec8 authored by Oleg Korshul's avatar Oleg Korshul

simpletext attribute if paste only text

parent 9bfb5710
......@@ -216,7 +216,7 @@
var _text_format = this.ClosureParams.getData("text/plain");
if (_text_format && _text_format != "")
{
var sHtml = "<html><body>";
var sHtml = "<html><body simpletext='true'>";
var sCurPar = "";
var nParCount = 0;
for (var i = 0, length = _text_format.length; i < length; i++)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment