Fix one annoying missing semicolon

pull/1/head
ClemDee 2019-07-25 11:50:19 +02:00
parent 5cbfad3433
commit a204740ac2
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ define([
text = text.replace(bogusCheckPtn, '');
}
return '<li>' + text + '</li>\n';
}
};
renderer.image = function (href, title, text) {
if (href.slice(0,6) === '/file/') {