Author: mordante
Date: Thu Apr 14 20:39:51 2011
New Revision: 49201

URL: http://svn.gna.org/viewcvs/wesnoth?rev=49201&view=rev
Log:
Let a string field contain at least one character.

Modified:
    trunk/utils/wiki_grabber.py

Modified: trunk/utils/wiki_grabber.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/wiki_grabber.py?rev=49201&r1=49200&r2=49201&view=diff
==============================================================================
--- trunk/utils/wiki_grabber.py (original)
+++ trunk/utils/wiki_grabber.py Thu Apr 14 20:39:51 2011
@@ -84,7 +84,7 @@
     re_record_end = '\s+\$$'
 
     re_variable = '([a-zA-Z]\w*)'
-    re_string = '(.*?)'
+    re_string = '(.+?)'
 
     def is_empty(res, data):
         """


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to