Skip to content

Commit

Permalink
Removed another unnecessary Readability artifact from the output content
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan51 committed Dec 20, 2010
1 parent 9dca1f8 commit 5614744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/readability.js
Expand Up @@ -2123,7 +2123,7 @@ function removeReadabilityArtifacts() {
document.title = titleContainer.innerHTML;
}

var contentContainer = document.getElementById('readability-content');
var contentContainer = document.getElementById('readability-page-1');
if (null !== contentContainer) {
document.body.innerHTML = contentContainer.innerHTML;
}
Expand Down

0 comments on commit 5614744

Please sign in to comment.