Commit 555b1c4bc7b8a3d981da332b8e232f7ad37e3b80

typo: itemprop -> itemtype
  
99 $appendee.append($('<a class="download" href="data:'+mime+','+encodeURI(data)+'">Download it!</a>'));
1010}
1111
12function noItems($appendee, name, itemprop, spec) {
13 $appendee.append($('<i>No <a href="'+spec+'">'+name+'</a> items (items with <code>itemprop="'+itemprop+'"</code>)</i>'));
12function noItems($appendee, name, itemtype, spec) {
13 $appendee.append($('<i>No <a href="'+spec+'">'+name+'</a> items (items with <code>itemtype="'+itemtype+'"</code>)</i>'));
1414}
1515
1616function updateTab(index) {