Skip to content

Commit

Permalink
empty
Browse files Browse the repository at this point in the history
  • Loading branch information
rjolly committed Jun 26, 2020
1 parent b75a79a commit b4c1c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ function ps2pdf(file, output) {
IOUtils.closeQuietly(fos);
}

// requires net.sourceforge.jscl-meditor#txt2xhtml;3.0
// requires net.sourceforge.jscl-meditor#txt2xhtml;4.0

function txt2xhtml(srcDir, destDir, stylesheet, feed, icon) {
if (srcDir == undefined) {
Expand Down Expand Up @@ -438,7 +438,7 @@ function txt2xhtml(srcDir, destDir, stylesheet, feed, icon) {
var reader = new BufferedReader(new FileReader(file));
var writer = new FileWriter(out);
try {
converter.convert(reader, stylesheet, str, feed, icon, null, true, writer);
converter.apply(reader, stylesheet, str, feed, icon, null, true, writer);
} finally {
writer.close();
reader.close();
Expand Down

0 comments on commit b4c1c55

Please sign in to comment.