Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Mar 7, 2016
1 parent bdef9fc commit f82379b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
function getProcessor(styleID) {
// Get the CSL style as a serialized string of XML
var xhr = new XMLHttpRequest();
var xhr.setRequestHeader("Origin", "https://citeproc-js.readthedocs.org");
xhr.setRequestHeader("Origin", "https://citeproc-js.readthedocs.org");
xhr.open('GET', 'https://www.zotero.org/styles/' + styleID + '?source=1', false);
xhr.send(null);
var styleAsText = xhr.responseText;
Expand Down

0 comments on commit f82379b

Please sign in to comment.