Skip to content

Commit

Permalink
Update version to 2.2.4
Browse files Browse the repository at this point in the history
- rename "Statement #" to "Statement Collection #"
  • Loading branch information
Sergey Malinin committed Dec 2, 2015
1 parent 8f4431e commit f0b2fcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions html_gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</tr> \
</thead> \
<tbody> \
<tr class='major'><td>Statement #"+item.n+"</td><td></td></tr> \
<tr class='major'><td>Statement Collection #"+item.n+"</td><td></td></tr> \
";
str += this.format_id(item.s, id_list);
str += this.format_props(item.props, id_list);
Expand Down Expand Up @@ -99,7 +99,7 @@
var iri = obj.iri;
var entity_id = id_list[iri];
if (entity_id!==undefined && iri[0]==="_" && iri[1]===":") {
str += "<tr class='data_row'><td>" + key_str + "</td><td class='major'><i>Statement #" + entity_id + "</i></td></tr>";
str += "<tr class='data_row'><td>" + key_str + "</td><td class='major'><i>Statement Collection #" + entity_id + "</i></td></tr>";
}
else {
var pref = self.ns.has_known_ns(obj.iri);
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "OpenLink Structured Data Sniffer",
"version": "2.2.3",
"version": "2.2.4",
"manifest_version": 2,
"minimum_chrome_version": "18",
"description": "Detects and shows the data embedded in a given page.",
Expand Down

0 comments on commit f0b2fcc

Please sign in to comment.