diff options
-rwxr-xr-x | simplyread.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/simplyread.js b/simplyread.js index 699a0c1..1a117e9 100755 --- a/simplyread.js +++ b/simplyread.js @@ -63,8 +63,8 @@ function simplyread() doc.styleSheets[i].disabled = true; doc.body.innerHTML = - "<div style=\"width:38em; margin:auto; text-align:justify; font-family:sans;\">" + - "<h1 style=\"text-align: center\">" + doc.title + "</h1>" + + "<div style=\"width:38em; margin:auto;" + + " text-align:justify; font-family:sans;\">" + fresh.innerHTML + "</div>"; return 0; |