Skip to content

Commit 34e3cfa

Browse files
authored
Update custom.js
1 parent 7fedb90 commit 34e3cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/custom.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var markdown = function(source) {
2323
// Document Parsing
2424
function parseAndShowDocument(data, url, raw) {
2525
// filter html
26-
var text = data.split('&').join('&amp;').split('<').join('&lt;').split('>').join('&gt;').split('\n').join('<br>');
26+
var text = data.contents.split('&').join('&amp;').split('<').join('&lt;').split('>').join('&gt;').split('\n').join('<br>');
2727
if(!raw)
2828
{
2929
// reformat for logs (<md> tokens for markdown later)

0 commit comments

Comments
 (0)