quote consistency

pull/21833/head
David Baker 2017-06-27 13:37:59 +01:00
parent 6c9716637e
commit 87fac367ac
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ matrixLinkify.options = {
switch (type) {
case 'roomalias':
case 'userid':
case "groupid":
case 'groupid':
return matrixLinkify.MATRIXTO_BASE_URL + '/#/' + href;
default:
var m;