Fix broken link in the 'New' button on cryptpad.fr

pull/1/head
yflory 2017-02-21 10:42:06 +01:00
parent b4128ee313
commit 0bdf59c1dd
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ define([
tag: 'a',
attributes: {
'target': '_blank',
'href': '/' + p,
'href': '/' + p + '/',
},
content: Messages.type[p]
});