Поправки багов

This commit is contained in:
Book Pauk
2022-11-23 17:31:47 +07:00
parent a8ed8b29e5
commit 410aa01ac9
2 changed files with 2 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ class BasePage {
}
makeLink(attrs) {
attrs.href = he.escape(attrs.href);
return {'*ATTRS': attrs};
}