Advertisement
Guest User

Untitled

a guest
Jan 20th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. ------^
  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",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement