From 821c0522e017a19e0d3fd1fe3a1bf76692fe81b9 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 23 Sep 2012 19:30:59 +0200 Subject: keep indentation of Basic source codes Change-Id: I0dd63851a1a9fd9f4f5a7d7662250e8d7df07232 --- helpcontent2/to-wiki/wikiconv2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 8603739c1e..762484d225 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -1050,7 +1050,7 @@ class Paragraph(ElementBase): # the text itself children = ElementBase.get_all(self) - if self.role != 'emph': + if self.role != 'emph' and self.role != 'bascode': children = children.strip() if len(children) == 0: -- cgit v1.2.3