summaryrefslogtreecommitdiff
path: root/readable.js
diff options
context:
space:
mode:
Diffstat (limited to 'readable.js')
-rwxr-xr-xreadable.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/readable.js b/readable.js
index 1446240..c0883f5 100755
--- a/readable.js
+++ b/readable.js
@@ -2,7 +2,6 @@
* Readable - makes webpages more readable
*
* See COPYING file for copyright, license and warranty details.
- *
*/
if(original === undefined) var original = false;
@@ -65,5 +64,7 @@ function readable()
"<div style=\"width: 38em; margin: auto; text-align: justify;\">" +
"<h1 style=\"text-align: center\">" + document.title + "</h1>" +
fresh.innerHTML + "</div>";
+
+ return 0;
}
readable()