diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-26 16:33:40 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-26 16:33:40 +0200 |
commit | 98d8f632c634ee7ffa0aaf18c0db4f70de10be7c (patch) | |
tree | b5e0b02f97bc4b49472348a0226003e2db3999da /application | |
parent | 83697a652b7e90b49dc9f21765e953175e21a483 (diff) | |
download | UXP-98d8f632c634ee7ffa0aaf18c0db4f70de10be7c.tar UXP-98d8f632c634ee7ffa0aaf18c0db4f70de10be7c.tar.gz UXP-98d8f632c634ee7ffa0aaf18c0db4f70de10be7c.tar.lz UXP-98d8f632c634ee7ffa0aaf18c0db4f70de10be7c.tar.xz UXP-98d8f632c634ee7ffa0aaf18c0db4f70de10be7c.zip |
[PALEMOON] Preferences: Fix permissions.xul (an introductory comment)
Diffstat (limited to 'application')
-rw-r--r-- | application/palemoon/components/preferences/permissions.xul | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/application/palemoon/components/preferences/permissions.xul b/application/palemoon/components/preferences/permissions.xul index 975519ddb..9d0e0c43a 100644 --- a/application/palemoon/components/preferences/permissions.xul +++ b/application/palemoon/components/preferences/permissions.xul @@ -1,9 +1,9 @@ <?xml version="1.0"?> -# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- -# 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: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- --> +<!-- 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://browser/skin/preferences/preferences.css" type="text/css"?> |