Fix one annoying missing semicolon
This commit is contained in:
parent
5cbfad3433
commit
a204740ac2
@ -155,7 +155,7 @@ define([
|
|||||||
text = text.replace(bogusCheckPtn, '');
|
text = text.replace(bogusCheckPtn, '');
|
||||||
}
|
}
|
||||||
return '<li>' + text + '</li>\n';
|
return '<li>' + text + '</li>\n';
|
||||||
}
|
};
|
||||||
|
|
||||||
renderer.image = function (href, title, text) {
|
renderer.image = function (href, title, text) {
|
||||||
if (href.slice(0,6) === '/file/') {
|
if (href.slice(0,6) === '/file/') {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user