1
0
Çatalla 0

Events: Fix uristr escaping URI titles

master
Marrub 2016-10-29 05:03:53 -04:00
ebeveyn 9662d57650
işleme e7cd2a7334
2 değiştirilmiş dosya ile 2 ekleme ve 1 silme

1
.gitignore sağlanmış
Dosyayı Görüntüle

@ -1,3 +1,4 @@
node_modules
*.swp
build

Dosyayı Görüntüle

@ -33,7 +33,7 @@ function struri(str)
function uristr(name, uri)
{
return "[" + esc(name) + "](" + struri(uri) + ")";
return "[" + name + "](" + struri(uri) + ")";
}
function clipstr(str, amt)