Skip to content

Commit

Permalink
docs: fix /components updateContent.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 5, 2014
1 parent fa77635 commit b9903fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/assets/js/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ $(function() {
device.attr('id', '');
}
if (!contentSectionItem.hasClass('informational')) {
updateContent(contentSectionItem.find('.highlight .html').text());
updateContent(contentSectionItem.find('.highlight .language-html').text());
}
break;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/docs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b9903fc

Please sign in to comment.