Skip to content

Commit cd37ff4

Browse files
lidanklboke
authored andcommitted
支持 SimText 原样格式输出
1 parent 215e9f0 commit cd37ff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • jodconverter-web/src/main/resources/web

jodconverter-web/src/main/resources/web/txt.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
type: 'GET',
4646
url: '${ordinaryUrl}',
4747
success: function (data) {
48-
$("#text").html(data);
48+
$("#text").html("<pre>" + data + "</pre>");
4949
}
5050
});
5151
}

0 commit comments

Comments
 (0)