Revision: 7824
Author:   alexsh
Date:     2009-12-25 07:33:48 +0000 (Fri, 25 Dec 2009)

Log Message:
-----------
 typo \t 

Modified Paths:
--------------
    trunk/pywikipedia/fixes.py

Modified: trunk/pywikipedia/fixes.py
===================================================================
--- trunk/pywikipedia/fixes.py  2009-12-25 07:32:29 UTC (rev 7823)
+++ trunk/pywikipedia/fixes.py  2009-12-25 07:33:48 UTC (rev 7824)
@@ -648,7 +648,7 @@
     },
     # These replacements will convert HTML tag from FCK-editor to wiki syntax.
     #
-       'fckeditor': {
+    'fckeditor': {
         'regex': True,
         'msg': {
             'en': u'Robot: Fixing rich-editor html',
@@ -656,8 +656,8 @@
          'replacements': [
             # replace <br> with a new line
             (r'(?i)<br>',                      r'\n'),
-                       # replace &nbsp; with a space
-                       (r'(?i)&nbsp;',                      r' '),
+            # replace &nbsp; with a space
+            (r'(?i)&nbsp;',                      r' '),
         ],
     },
 }



_______________________________________________
Pywikipedia-svn mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-svn

Reply via email to