Revision: 7514
Author:   xqt
Date:     2009-10-20 05:10:32 +0000 (Tue, 20 Oct 2009)

Log Message:
-----------
refcheck: forgotten to expand the array

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

Modified: trunk/pywikipedia/refcheck.py
===================================================================
--- trunk/pywikipedia/refcheck.py       2009-10-19 16:20:17 UTC (rev 7513)
+++ trunk/pywikipedia/refcheck.py       2009-10-20 05:10:32 UTC (rev 7514)
@@ -28,7 +28,7 @@
 import replace, pagegenerators
 import re, sys, string
 
-templates = ['ref', 'note', 'ref label', 'note label']
+templates = ['ref', 'note', 'ref label', 'note label', 'reflist']
 
 class ReferencesRobot:
     #def __init__(self):



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

Reply via email to