Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit c25a118

Browse files
put function on UI.pad
1 parent aa844e7 commit c25a118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pad.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ function xmlEncode (str) {
236236
/**
237237
* Convert a notepad to HTML
238238
*/
239-
export function notePadToHTML (pad, kb) {
239+
UI.pad.notePadToHTML = function (pad, kb) {
240240
const chunks = getChunks(pad, kb)
241241
var html = '<html>\n <head>\n'
242242
const title = kb.anyValue(pad, ns.dct('title'))

0 commit comments

Comments
 (0)