Fix dictionary auto-tagging
authorMarcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Wed, 14 Nov 2012 08:48:47 +0000 (09:48 +0100)
committerMarcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Wed, 14 Nov 2012 09:08:07 +0000 (10:08 +0100)
apps/catalogue/management/edumed.py

index 55269d1..250eccb 100644 (file)
@@ -226,7 +226,7 @@ returns auto-tagged text
             pos += 1
             if pos >= len(lines):
                 break
-
+            
     return toxml(content)
 
 dc_fixed = {
@@ -315,6 +315,7 @@ def mark_dictionary(content):
             elif db >= 1:
                 de = i
                 content[db:de] = [Container('slowniczek', *slowniczek)]
+                break
         elif db >= 0:
             if isinstance(e, Paragraph):
                 m = is_dictentry.match(e.line)