mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
quote consistency
This commit is contained in:
parent
6c9716637e
commit
87fac367ac
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ matrixLinkify.options = {
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case 'roomalias':
|
case 'roomalias':
|
||||||
case 'userid':
|
case 'userid':
|
||||||
case "groupid":
|
case 'groupid':
|
||||||
return matrixLinkify.MATRIXTO_BASE_URL + '/#/' + href;
|
return matrixLinkify.MATRIXTO_BASE_URL + '/#/' + href;
|
||||||
default:
|
default:
|
||||||
var m;
|
var m;
|
||||||
|
|
Loading…
Reference in a new issue