mirror of
https://github.com/zotero/zotero.git
synced 2026-09-20 00:12:49 +00:00
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…
Add table
Reference in a new issue