Skip to content

Commit

Permalink
Merge pull request #175 from tobie/verify-biblio-json
Browse files Browse the repository at this point in the history
Biblio: Fix syntax error in JSON.
  • Loading branch information
tobie committed Mar 27, 2013
2 parents 659d82e + 467b41c commit 40e924a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bibref/biblio.js
Expand Up @@ -4586,9 +4586,9 @@ if (typeof berjon === "undefined") berjon = {};
"publisher": "W3C"
},
"SELECTORS-LEVEL-3": "Daniel Glazman; et al. <a href=\"http://www.w3.org/TR/2011/REC-css3-selectors-20110929\"><cite>Selectors Level 3.</cite></a> W3C Recommendation 29 September 2011 URL: <a href=\"http://www.w3.org/TR/2011/REC-css3-selectors-20110929\">http://www.w3.org/TR/2011/REC-css3-selectors-20110929</a> ",
"SELECTORS-LEVEL-3-20110929": {
"SELECTORS-LEVEL-3-20110929": {
"authors": [
"Daniel Glazman",
"Daniel Glazman"
],
"etAl": true,
"href": "http://www.w3.org/TR/2011/REC-css3-selectors-20110929/",
Expand Down

0 comments on commit 40e924a

Please sign in to comment.