зеркало из https://github.com/mozilla/pjs.git
Bug 522229 - XML Pretty-Print no longer colored r=bz
--HG-- extra : rebase_source : a4bac99887fcdae4b82e02e05e765cb9388858aa
This commit is contained in:
Родитель
a4fc332eb5
Коммит
c3ba7e3dde
|
@ -36,7 +36,7 @@
|
|||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
@import url("resource://gre/res/viewsource.css");
|
||||
@import url("resource://gre-resources/viewsource.css");
|
||||
|
||||
#header {
|
||||
background-color: #ccc;
|
||||
|
|
|
@ -290,7 +290,7 @@ static const nsCatalogData kCatalogTable[] = {
|
|||
{ "-//W3C//DTD XHTML 1.0 Strict//EN", "xhtml11.dtd", nsnull },
|
||||
{ "-//W3C//DTD XHTML 1.0 Frameset//EN", "xhtml11.dtd", nsnull },
|
||||
{ "-//W3C//DTD XHTML Basic 1.0//EN", "xhtml11.dtd", nsnull },
|
||||
{ "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN", "mathml.dtd", "resource://gre-resources/res/mathml.css" },
|
||||
{ "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN", "mathml.dtd", "resource://gre-resources/mathml.css" },
|
||||
{ "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN", "mathml.dtd", "resource://gre-resources/mathml.css" },
|
||||
{ "-//W3C//DTD MathML 2.0//EN", "mathml.dtd", "resource://gre-resources/mathml.css" },
|
||||
{ "-//WAPFORUM//DTD XHTML Mobile 1.0//EN", "xhtml11.dtd", nsnull },
|
||||
|
|
|
@ -46,7 +46,7 @@ var gTargetNode = null;
|
|||
|
||||
var gEntityConverter = null;
|
||||
var gWrapLongLines = false;
|
||||
const gViewSourceCSS = 'resource://gre/res/viewsource.css';
|
||||
const gViewSourceCSS = 'resource://gre-resources/viewsource.css';
|
||||
const NS_XHTML = 'http://www.w3.org/1999/xhtml';
|
||||
|
||||
// These are markers used to delimit the selection during processing. They
|
||||
|
|
Загрузка…
Ссылка в новой задаче