View difference between Paste ID: LsjfzuAB and z7C6yy1M
SHOW: | | - or go back to the newest paste.
1
XML Parsing Error: undefined entity
2
Location: chrome://browser/content/devtools/scratchpad.xul
3
Line Number 193, Column 7:      <menuitem id="sp-menu-pprint"
4-
------^
4+
------^
5
#here are the changes i made
6
#EDIT : 1
7
#location
8
/mozilla-central/browser/devtools/scratchpad/scratchpad.xul 
9
#changes in line 193
10
<menuitem id="sp-menu-pprint"
11
          label="&pprint.label;"
12
          accesskey="&pprint.accesskey;"
13
          key="sp-key-pprint"
14
          command="sp-cmd-pprint"/>
15
16
#EDIT : 2
17
#location
18
mozilla-central/browser/devtools/scratchpad/test/browser_scratchpad_ui.js
19
#changes in line 35
20
"sp-menu-pprint": "prettyPrint",