mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
support for export
This commit is contained in:
parent
9d66a446dc
commit
6ac99ab03f
1 changed files with 9 additions and 1 deletions
|
@ -456,7 +456,15 @@ exports.getPadHTMLDocument = function (padId, revNum, noDocType, callback)
|
||||||
'ol ol ol ol ol { list-style-type: lower-latin; }' +
|
'ol ol ol ol ol { list-style-type: lower-latin; }' +
|
||||||
'ol ol ol ol ol ol{ list-style-type: lower-roman; }' +
|
'ol ol ol ol ol ol{ list-style-type: lower-roman; }' +
|
||||||
'ol ol ol ol ol ol ol { list-style-type: decimal; }' +
|
'ol ol ol ol ol ol ol { list-style-type: decimal; }' +
|
||||||
'ol ol ol ol ol ol ol ol{ list-style-type: lower-latin; }' +
|
'ol ol ol ol ol ol ol ol{ list-style-type: lower-latin; }' +
|
||||||
|
'ol ol ol ol ol ol ol ol ol { list-style-type: decimal; }' +
|
||||||
|
'ol ol ol ol ol ol ol ol ol ol { list-style-type: lower-latin; }' +
|
||||||
|
'ol ol ol ol ol ol ol ol ol ol ol { list-style-type: lower-roman; }' +
|
||||||
|
'ol ol ol ol ol ol ol ol ol ol ol ol { list-style-type: decimal; }' +
|
||||||
|
'ol ol ol ol ol ol ol ol ol ol ol ol ol { list-style-type: lower-latin; }' +
|
||||||
|
'ol ol ol ol ol ol ol ol ol ol ol ol ol ol{ list-style-type: lower-roman; }' +
|
||||||
|
'ol ol ol ol ol ol ol ol ol ol ol ol ol ol ol { list-style-type: decimal; }' +
|
||||||
|
'ol ol ol ol ol ol ol ol ol ol ol ol ol ol ol ol{ list-style-type: lower-latin; }' +
|
||||||
stylesForExportCSS +
|
stylesForExportCSS +
|
||||||
'</style>\n' + '</head>\n') +
|
'</style>\n' + '</head>\n') +
|
||||||
'<body>';
|
'<body>';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue