From 3a0b64807961f056517a45e1600ac7b3b72d35d4 Mon Sep 17 00:00:00 2001 From: davehauenstein Date: Mon, 20 Apr 2009 19:23:55 +0000 Subject: updated read tools html to be a little bit more semantic git-svn-id: http://arc90labs-readability.googlecode.com/svn/trunk@39 d4e419ec-0920-11de-bbfd-a7c1bc4c261e --- js/readability.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/readability.js b/js/readability.js index 97cd2bb..7259ccb 100755 --- a/js/readability.js +++ b/js/readability.js @@ -22,9 +22,9 @@ var iframeLoads = 0; // NOTE THE IMAGE URL'S HERE !!!!!!!!!!!!!!!!! articleTools.id = "readTools"; articleTools.innerHTML = "\ - \ - \ - \ + Reload Original Page\ + Print Page\ + Email Page\ "; objinnerDiv.appendChild(grabArticle()); // Get the article and place it inside the inner Div @@ -251,4 +251,4 @@ function removeFrame() // reset the count iframeLoads = 0; } -} \ No newline at end of file +} -- cgit v1.2.3