browser/components/preferences/aboutPermissions.xml

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

michael@0 1 <?xml version="1.0"?>
michael@0 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
michael@0 3 - License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
michael@0 5
michael@0 6 <!DOCTYPE bindings>
michael@0 7 <bindings xmlns="http://www.mozilla.org/xbl"
michael@0 8 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
michael@0 9 xmlns:xbl="http://www.mozilla.org/xbl">
michael@0 10 <binding id="site" extends="chrome://global/content/bindings/richlistbox.xml#richlistitem">
michael@0 11 <content>
michael@0 12 <xul:hbox class="site-container" align="center" flex="1">
michael@0 13 <xul:image xbl:inherits="src=favicon" class="site-favicon"/>
michael@0 14 <xul:label xbl:inherits="value,selected" class="site-domain" crop="end" flex="1"/>
michael@0 15 </xul:hbox>
michael@0 16 </content>
michael@0 17 </binding>
michael@0 18 </bindings>

mercurial