Commit e0cd1467 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

для Bug 22928 - [Copy&Paste] Пропадает нумерация или маркеры списка при копировании в HTML.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@54225 954022d7-b5bf-4e40-9824-e11837661b57
parent cc88a86c
......@@ -352,7 +352,7 @@ function CopyProcessor(api, ElemToSelect)
this.fontsArray = api.FontLoader.fontInfos;
this.ElemToSelect = ElemToSelect;
this.Ul = document.createElement( "ul" );
this.Ol = document.createElement( "ul" );
this.Ol = document.createElement( "ol" );
this.oTagPr;
this.orPr;
this.aInnerHtml;
......
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