Removed some screwy characters in XML-stylesheet declarations
This commit is contained in:
parent
d211159d74
commit
396631cb30
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/" type"text/css"Ê?>
|
||||
<?xml-stylesheet href="chrome://browser/skin/browser.css" type="text/css"Ê?>
|
||||
<?xml-stylesheet href="chrome://global/skin/" type"text/css"?>
|
||||
<?xml-stylesheet href="chrome://browser/skin/browser.css" type="text/css"?>
|
||||
|
||||
<page id="scholar-sidebar" title="Scholar"
|
||||
onload="setView()"
|
||||
|
|
Loading…
Reference in a new issue