diff options
author | Brian Smith <brian@dbsoft.org> | 2022-04-26 15:57:19 -0500 |
---|---|---|
committer | Brian Smith <brian@dbsoft.org> | 2022-04-26 15:57:19 -0500 |
commit | 1eaadfbc8d0b84b00bc414f173d4291226140e52 (patch) | |
tree | 47525110ae3f4e301faddcc2d21f2220bf896d99 /toolkit/components/viewsource/content/viewPartialSource.xul | |
parent | 0102047d683b832c3b2952af3843e810432a234b (diff) | |
download | uxp-1eaadfbc8d0b84b00bc414f173d4291226140e52.tar.gz |
Issue #1829 - Readd code cleanup that is not Mac related that got clobbered by reverting Issue #1751
Diffstat (limited to 'toolkit/components/viewsource/content/viewPartialSource.xul')
-rw-r--r-- | toolkit/components/viewsource/content/viewPartialSource.xul | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/toolkit/components/viewsource/content/viewPartialSource.xul b/toolkit/components/viewsource/content/viewPartialSource.xul index fdec367b1c..906eb8175a 100644 --- a/toolkit/components/viewsource/content/viewPartialSource.xul +++ b/toolkit/components/viewsource/content/viewPartialSource.xul @@ -1,8 +1,8 @@ <?xml version="1.0"?> -# -*- Mode: HTML -*- -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. +<!-- -*- Mode: XML -*- + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <?xml-stylesheet href="chrome://global/content/viewSource.css" type="text/css"?> |