witten
/
luminotes
Archived
1
0
Fork 0

Learned to spell JavaScript.

This commit is contained in:
Dan Helfman 2007-09-10 19:43:51 +00:00
parent 7634393431
commit 67c43cbef0
4 changed files with 5 additions and 5 deletions

View File

@ -133,7 +133,7 @@ class Html_cleaner(HTMLParser):
return parsed[0] in self.allowed_schemes
def strip(self, rawstring):
"""Returns the argument stripped of potentially harmful HTML or Javascript code"""
"""Returns the argument stripped of potentially harmful HTML or JavaScript code"""
self.reset()
self.result = []
self.feed(rawstring)

View File

@ -729,7 +729,7 @@ class Notebooks( object ):
)
def download_html( self, notebook_id, user_id ):
"""
Download the entire contents of the given notebook as a stand-alone HTML page (no Javascript).
Download the entire contents of the given notebook as a stand-alone HTML page (no JavaScript).
@type notebook_id: unicode
@param notebook_id: id of notebook to download

View File

@ -1,4 +1,4 @@
<h3>Luminotes requires Javascript</h3>
<h3>Luminotes requires JavaScript</h3>
So if you'd like to check out this site any further, please enable Javascript
So if you'd like to check out this site any further, please enable JavaScript
in your web browser, and then reload this page. Sorry for the inconvenience.

View File

@ -28,7 +28,7 @@ class Error_page( Page ):
P(
Strong( u"P.S." ),
u"""
If Javascript isn't enabled in your browser, please enable it.
If JavaScript isn't enabled in your browser, please enable it.
""",
),
class_ = u"error_box",