diff -x '*.orig' -r -u moin-1.9.1-orig/MoinMoin/PageEditor.py moin-1.9.1/MoinMoin/PageEditor.py
--- moin-1.9.1-orig/MoinMoin/PageEditor.py	2010-01-18 13:49:31.000000000 +0100
+++ moin-1.9.1/MoinMoin/PageEditor.py	2010-02-14 18:35:23.000000000 +0100
@@ -387,10 +387,9 @@
 ''' % (_('Load Draft'), draft_timestamp, draft_rev))
 
         request.write('''
-%s
 <input class="button" type="submit" name="button_cancel" value="%s">
 <input type="hidden" name="editor" value="text">
-''' % (button_spellcheck, cancel_button_text, ))
+''' % (cancel_button_text))
 
         # Trivial Change-checkbox to the top of the page, shows up only if user has JavaScript enabled. It's "linked" with the bottom's box (checking one checks both)
         if self.cfg.mail_enabled:
