[Checkins] SVN: zope3org/trunk/src/zorg/wikification/browser/wikilink.py Fixed handling of nested tags

Uwe Oestermeier u.oestermeier at iwm-kmrc.de
Thu Jun 21 05:11:57 EDT 2007


Log message for revision 76882:
  Fixed handling of nested tags

Changed:
  U   zope3org/trunk/src/zorg/wikification/browser/wikilink.py

-=-
Modified: zope3org/trunk/src/zorg/wikification/browser/wikilink.py
===================================================================
--- zope3org/trunk/src/zorg/wikification/browser/wikilink.py	2007-06-21 09:04:15 UTC (rev 76881)
+++ zope3org/trunk/src/zorg/wikification/browser/wikilink.py	2007-06-21 09:11:56 UTC (rev 76882)
@@ -511,8 +511,6 @@
 
         if self.placeholder is not None :
             self.placeholder.label += text
-            self.pieces.append(text)
-            return
 
         RelativeLinkProcessor.handle_data(self, text)
 



More information about the Checkins mailing list