зеркало из https://github.com/mozilla/pjs.git
trivial change to avoid named entities and associated bustage in XML.
This commit is contained in:
Родитель
da414e752c
Коммит
7591d41fcd
|
@ -297,7 +297,7 @@ function linksToTableRows(links)
|
||||||
: "";
|
: "";
|
||||||
if (value instanceof Object) {
|
if (value instanceof Object) {
|
||||||
response += TR({class: "dir", id: "tr-" + link },
|
response += TR({class: "dir", id: "tr-" + link },
|
||||||
TD({colspan: "3"}," "));
|
TD({colspan: "3"}," "));
|
||||||
response += linksToTableRows(value);
|
response += linksToTableRows(value);
|
||||||
} else {
|
} else {
|
||||||
response += TR({class: classVal, id: "tr-" + link},
|
response += TR({class: classVal, id: "tr-" + link},
|
||||||
|
|
Загрузка…
Ссылка в новой задаче