##// END OF EJS Templates
Sanitize dialog text-body....
Sanitize dialog text-body. Mitigate 7486, could probably be improved, but treat text as pure text, but assume that when received a dome element it actually come from a secure source. Sanitizing all we get, including Dom Element break json-metadata editor and a few others.

File last commit:

r13942:cb2aacad
r19982:6904781f
Show More
error.less
20 lines | 271 B | text/x-less | LessCssLexer
div.error {
margin: 2em;
text-align: center;
}
div.error > h1 {
font-size: 500%;
line-height: normal;
}
div.error > p {
font-size: 200%;
line-height: normal;
}
div.traceback-wrapper {
text-align: left;
max-width: 800px;
margin: auto;
}